{
  "name": "@gswl/agent",
  "version": "1.0.51",
  "description": "",
  "scripts": {
    "install": "node install.js",
    "uninstall": "node uninstall.js",
    "prepublishOnly": "autover && tsc  && dos2unix dist/bin.js",
    "test": "nyc --exclude '**/*.d.ts' -e .ts --include 'src/**/*.ts' --all mocha --timeout 5000 --require ts-node/register test/**/*.ts",
    "build": "tsc"
  },
  "bin": {
    "agent": "./dist/bin.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@sanzaru/autover": "^0.0.7",
    "@types/chai": "^4.1.7",
    "@types/forever-monitor": "^1.7.5",
    "@types/mocha": "^5.2.6",
    "@types/node": "^11.11.3",
    "chai": "^4.2.0",
    "mocha": "^6.0.2",
    "nyc": "^13.3.0",
    "ts-loader": "^5.3.3",
    "ts-node": "^8.1.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.3.3333"
  },
  "dependencies": {
    "@gswl/startup": "^1.0.19",
    "@gswl/ws": "^1.0.10",
    "forever-monitor": "^3.0.3",
    "mkdirp": "^1.0.4",
    "nanoid": "^3.1.20"
  },
  "__npminstall_done": false
}