{
  "name": "coinstac-container-manager",
  "version": "6.9.8",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "test": "nyc ava"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "debug": "^4.3.2",
    "dockerode": "^2.5.5",
    "lodash": "^4.17.10",
    "portscanner": "^2.2.0",
    "request-stream": "^1.2.2",
    "socket.io": "^4.4.0",
    "socket.io-stream": "^0.9.1",
    "util": "^0.10.4",
    "winston": "^3.2.1",
    "ws": "^7.2.3"
  },
  "devDependencies": {
    "ava": "^4.3.3",
    "get-stdin": "^6.0.0",
    "nyc": "^15.0.1",
    "sinon": "^9.0.2",
    "trace": "^3.1.0"
  },
  "ava": {
    "files": [
      "test/**.test.js"
    ],
    "timeout": "20s"
  }
}
