package.json 943 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-mp-alipay",
Q
qiang 已提交
3
  "version": "3.0.0-alpha-3041020220513001",
fxy060608's avatar
fxy060608 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16
  "description": "uni-app mp-alipay",
  "main": "dist/index.js",
  "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 已提交
17
    "title": "支付宝小程序",
fxy060608's avatar
fxy060608 已提交
18 19 20
    "apply": [
      "mp-alipay"
    ],
fxy060608's avatar
fxy060608 已提交
21
    "main": "dist/uni.compiler.js"
22
  },
fxy060608's avatar
fxy060608 已提交
23 24
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
  "dependencies": {
Q
qiang 已提交
25 26 27 28
    "@dcloudio/uni-cli-shared": "3.0.0-alpha-3041020220513001",
    "@dcloudio/uni-mp-vite": "3.0.0-alpha-3041020220513001",
    "@dcloudio/uni-mp-vue": "3.0.0-alpha-3041020220513001",
    "@dcloudio/uni-shared": "3.0.0-alpha-3041020220513001",
29 30
    "@vue/compiler-core": "3.2.33",
    "@vue/shared": "3.2.33"
fxy060608's avatar
fxy060608 已提交
31
  }
fxy060608's avatar
fxy060608 已提交
32
}