package.json 984 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-cli-shared",
3
  "version": "3.0.0-alpha-3000020210913001",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
  "description": "@dcloudio/uni-cli-shared",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-cli-shared"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
  },
  "dependencies": {
fxy060608's avatar
fxy060608 已提交
22
    "@rollup/pluginutils": "^4.1.1",
fxy060608's avatar
fxy060608 已提交
23
    "chokidar": "^3.5.2",
fxy060608's avatar
fxy060608 已提交
24
    "compare-versions": "^3.6.0",
25
    "debug": "^4.3.1",
fxy060608's avatar
fxy060608 已提交
26
    "estree-walker": "^2.0.2",
fxy060608's avatar
fxy060608 已提交
27
    "fs-extra": "^10.0.0",
fxy060608's avatar
fxy060608 已提交
28
    "hash-sum": "^2.0.0",
29
    "jsonc-parser": "^3.0.0",
fxy060608's avatar
fxy060608 已提交
30
    "merge": "^2.1.1",
fxy060608's avatar
fxy060608 已提交
31
    "rollup-plugin-copy": "^3.4.0",
32 33 34
    "tapable": "^2.2.0",
    "xregexp": "3.1.0"
  },
35
  "gitHead": "453a3e6ead807864087692f4339ea3d667045fe7",
fxy060608's avatar
fxy060608 已提交
36 37 38
  "devDependencies": {
    "@types/hash-sum": "^1.0.0"
  }
39
}