{
  "name": "@zigbang/honeyfarm-master",
  "version": "0.1.21",
  "bin": {
    "honeyfarm-master": "bin/run"
  },
  "keywords": [
    "e2e",
    "appium",
    "wdio",
    "zigbang"
  ],
  "repository": "https://github.com/zigbang/honeyfarm",
  "engines": {
    "node": ">= 10"
  },
  "scripts": {
    "dev": "npx nodemon --config nodemon-dev.json",
    "build": "npx tsc && cp ./src/modules/dashboard/dashboard_template.html ./dist/modules/dashboard/dashboard_template.html",
    "start": "node ./dist/local.js",
    "lint": "npx tslint",
    "deploy": "yarn build && npm publish"
  },
  "devDependencies": {
    "@types/body-parser": "^1.17.1",
    "@types/express": "^4.17.2",
    "@types/express-http-proxy": "^1.5.12",
    "@types/google-spreadsheet": "^3.0.2",
    "@types/tldjs": "^2.3.0",
    "nodemon": "^2.0.2",
    "ts-node": "^8.6.2",
    "tslint": "^6.0.0",
    "typescript": "^4.3.5"
  },
  "dependencies": {
    "@nestjs/common": "^6.10.14",
    "@nestjs/core": "^6.10.14",
    "@nestjs/platform-express": "^6.10.14",
    "@types/cheerio": "^0.22.22",
    "@types/ejs": "^3.0.5",
    "axios": "^0.21.1",
    "body-parser": "^1.19.0",
    "cheerio": "^1.0.0-rc.3",
    "ejs": "^3.1.5",
    "express": "^4.17.1",
    "express-http-proxy": "^1.6.0",
    "express-ipfilter-secured": "0.3.3",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^6.5.4"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  }
}
