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