package.json 813 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{
  "name": "@dcloudio/uni-automator",
  "version": "2.0.0-alpha-26920200407011",
  "description": "uni-app automator",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcloudio/uni-app.git",
    "directory": "packages/uni-automator"
  },
  "files": [
    "dist"
  ],
  "author": "fxy060608",
  "license": "Apache-2.0",
fxy060608's avatar
fxy060608 已提交
16 17
  "dependencies": {
    "address": "^1.1.2",
fxy060608's avatar
fxy060608 已提交
18
    "debug": "^4.1.1",
fxy060608's avatar
fxy060608 已提交
19 20
    "default-gateway": "^6.0.0",
    "kill-port": "^1.6.0",
fxy060608's avatar
fxy060608 已提交
21
    "licia": "^1.21.0",
fxy060608's avatar
fxy060608 已提交
22
    "postcss-selector-parser": "^6.0.2",
fxy060608's avatar
fxy060608 已提交
23 24 25
    "qrcode-reader": "^1.0.4",
    "qrcode-terminal": "^0.12.0",
    "ws": "^7.2.3"
fxy060608's avatar
fxy060608 已提交
26
  },
fxy060608's avatar
fxy060608 已提交
27
  "peerDependencies": {
fxy060608's avatar
fxy060608 已提交
28
    "adbkit": "^2.11.1",
fxy060608's avatar
fxy060608 已提交
29
    "jimp": "^0.10.1",
fxy060608's avatar
fxy060608 已提交
30
    "node-simctl": "^6.1.0",
fxy060608's avatar
fxy060608 已提交
31
    "puppeteer": "^3.0.1"
fxy060608's avatar
fxy060608 已提交
32
  }
fxy060608's avatar
fxy060608 已提交
33
}