package.json 594 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-cloud",
3
  "version": "3.0.0-alpha-3000020210719001",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
  "description": "@dcloudio/uni-cloud",
  "main": "dist/uni-cloud.cjs.js",
  "module": "dist/uni-cloud.es.js",
  "files": [
    "dist",
    "lib"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-cloud"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
  },
  "uni-app": {
    "name": "uniCloud"
23
  },
24
  "gitHead": "56deaeb47d42e924d10282d7af418ccee6b139bf"
25
}