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