package.json 483 字节
Newer Older
1 2 3
{
  "private": true,
  "name": "@dcloudio/uni-api",
4
  "version": "3.0.0-alpha-3040720220422004",
5 6 7 8 9 10 11 12 13 14
  "description": "@dcloudio/uni-api",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-api"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
fxy060608's avatar
fxy060608 已提交
15 16
  },
  "devDependencies": {
17
    "@dcloudio/uni-shared": "3.0.0-alpha-3040720220422004"
18 19
  }
}