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