package.json 1.0 KB
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-mp-lark",
3
  "version": "3.0.0-alpha-3030820220114007",
fxy060608's avatar
fxy060608 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17
  "description": "uni-app mp-lark",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-mp-lark"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "Apache-2.0",
  "uni-app": {
    "name": "mp-lark",
    "title": "飞书小程序",
fxy060608's avatar
fxy060608 已提交
18 19 20
    "apply": [
      "mp-lark"
    ],
fxy060608's avatar
fxy060608 已提交
21 22
    "main": "dist/uni.compiler.js"
  },
fxy060608's avatar
fxy060608 已提交
23 24
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  "devDependencies": {
25
    "@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3030820220114007"
fxy060608's avatar
fxy060608 已提交
26 27
  },
  "dependencies": {
28 29 30 31 32
    "@dcloudio/uni-cli-shared": "3.0.0-alpha-3030820220114007",
    "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3030820220114007",
    "@dcloudio/uni-mp-vite": "3.0.0-alpha-3030820220114007",
    "@dcloudio/uni-mp-vue": "3.0.0-alpha-3030820220114007",
    "@dcloudio/uni-shared": "3.0.0-alpha-3030820220114007",
33
    "@vue/compiler-core": "3.2.30"
fxy060608's avatar
fxy060608 已提交
34
  }
fxy060608's avatar
fxy060608 已提交
35
}