package.json 1.1 KB
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2
{
  "name": "@dcloudio/uni-automator",
3
  "version": "0.0.1-nvue3.3040020220218001",
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
  "description": "@dcloudio/uni-automator",
  "main": "dist/index.js",
  "files": [
    "dist",
    "lib"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-automator"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dcloudio/uni-app/issues"
  },
  "uni-app": {
    "name": "uniAutomator",
    "apply": [
      "app",
      "h5",
      "mp-weixin"
    ]
  },
28
  "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
fxy060608's avatar
fxy060608 已提交
29
  "dependencies": {
30
    "@dcloudio/uni-cli-shared": "0.0.1-nvue3.3040020220218001",
fxy060608's avatar
fxy060608 已提交
31 32
    "address": "^1.1.2",
    "cross-env": "^7.0.3",
33
    "debug": "^4.3.3",
fxy060608's avatar
fxy060608 已提交
34 35 36 37 38 39
    "default-gateway": "^6.0.3",
    "fs-extra": "^10.0.0",
    "licia": "^1.29.0",
    "postcss-selector-parser": "^6.0.6",
    "qrcode-reader": "^1.0.4",
    "qrcode-terminal": "^0.12.0",
40
    "ws": "^8.4.2"
fxy060608's avatar
fxy060608 已提交
41 42
  },
  "devDependencies": {
fxy060608's avatar
fxy060608 已提交
43 44
    "@types/debug": "^4.1.7",
    "@types/fs-extra": "^9.0.13"
fxy060608's avatar
fxy060608 已提交
45 46
  }
}