package.json 527 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1
{
fxy060608's avatar
fxy060608 已提交
2
  "name": "@dcloudio/uni-shared",
fxy060608's avatar
fxy060608 已提交
3
  "version": "3.0.0",
fxy060608's avatar
fxy060608 已提交
4
  "description": "@dcloudio/uni-shared",
fxy060608's avatar
fxy060608 已提交
5 6 7
  "main": "./dist/uni-shared.cjs.js",
  "module": "./dist/uni-shared.es.js",
  "types": "./dist/uni-shared.d.ts",
fxy060608's avatar
fxy060608 已提交
8 9 10
  "files": [
    "dist"
  ],
fxy060608's avatar
fxy060608 已提交
11 12 13 14
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
fxy060608's avatar
fxy060608 已提交
15
    "directory": "packages/uni-shared"
fxy060608's avatar
fxy060608 已提交
16 17 18 19 20 21
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
  }
}