package.json 635 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "name": "@dcloudio/uni-quickapp",
  "version": "2.0.0-alpha-24720191216006",
  "description": "uni-app quickapp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-quickapp"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "fxy060608",
  "license": "Apache-2.0",
  "gitHead": "110501ffb0313e417858dec92acf07522d4ded00",
  "dependencies": {
    "@hap-toolkit/dsl-vue": "0.6.13",
    "@hap-toolkit/packager": "0.6.13",
fxy060608's avatar
fxy060608 已提交
19 20
    "@hap-toolkit/server": "0.6.13",
    "module-alias": "^2.1.0"
fxy060608's avatar
fxy060608 已提交
21
  }
fxy060608's avatar
fxy060608 已提交
22
}