package.json 842 字节
Newer Older
1 2
{
  "name": "@dcloudio/uni-automator",
3
  "version": "2.0.0-alpha-28920200903001",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
  "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",
  "dependencies": {
    "address": "^1.1.2",
    "debug": "^4.1.1",
fxy060608's avatar
fxy060608 已提交
19
    "default-gateway": "^6.0.0",
20 21 22 23 24 25 26
    "kill-port": "^1.6.0",
    "licia": "^1.21.0",
    "postcss-selector-parser": "^6.0.2",
    "qrcode-reader": "^1.0.4",
    "qrcode-terminal": "^0.12.0",
    "ws": "^7.2.3"
  },
fxy060608's avatar
fxy060608 已提交
27
  "peerDependencies": {
fxy060608's avatar
fxy060608 已提交
28
    "adbkit": "^2.11.1",
fxy060608's avatar
fxy060608 已提交
29
    "jimp": "^0.10.1",
30 31
    "node-simctl": "^6.1.0",
    "puppeteer": "^3.0.1"
32 33
  },
  "gitHead": "e51484a49748f7bff86bb833763e5dff1522d380"
fxy060608's avatar
fxy060608 已提交
34
}