UNPKG

@zigbang/honeyfarm-node

Version:

## Raspberry Pi HoneyFarm Node ### Setup && Run

54 lines (53 loc) 1.25 kB
{ "name": "@zigbang/honeyfarm-node", "version": "0.1.10", "bin": { "honeyfarm-node": "bin/run" }, "keywords": [ "e2e", "appium", "wdio", "zigbang" ], "repository": "https://github.com/zigbang/honeyfarm", "engines": { "node": ">= 10" }, "scripts": { "dev": "npx ts-node src/dev.ts", "nodemon": "npx nodemon --config nodemon-dev.json", "build": "npx tsc", "start:dist": "node ./dist/app.js", "start": "npx ts-node ./src/app.ts", "lint": "tslint --project .", "deploy": "npx ts-node src/lib/deploy.ts" }, "devDependencies": { "@types/shelljs": "^0.8.3", "nodemon": "^2.0.2", "ts-node": "^8.6.2", "tslint": "^5.20.1", "typescript": "^4.3.5" }, "dependencies": { "@devicefarmer/adbkit": "^2.11.3", "@types/commander": "^2.12.2", "@types/nat-upnp": "^1.1.1", "axios": "^0.21.1", "commander": "5.1.0", "daemon": "^1.1.0", "nat-upnp-2": "^3.0.3", "node-ios-device": "^1.9.2", "node-pty": "^0.9.0", "portfinder": "^1.0.28", "shelljs": "^0.8.3", "tslib": "^1.9.3", "winston": "^3.2.1", "ws": "^7.2.3" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" } }