package.json 848 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-cli-utils",
R
r-u 已提交
3
  "version": "3.0.0-alpha-3090920231127001",
fxy060608's avatar
fxy060608 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
  "description": "@dcloudio/uni-cli-utils",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "lib"
  ],
  "engines": {
    "node": "^14.18.0 || >=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-cli-utils"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
  },
  "dependencies": {
    "debug": "^4.3.3",
    "fast-glob": "^3.2.11",
    "jsonc-parser": "^3.2.0",
    "minimatch": "^9.0.3",
    "resolve": "^1.22.1",
    "throttle-debounce": "^5.0.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "@types/resolve": "^1.20.2",
    "@types/throttle-debounce": "^5.0.2"
  }
}