{
  "name": "pocket-node",
  "version": "0.0.12",
  "description": "A Pocket Network client for Pocket Nodes, which are the actors within the Pocket Network that execute the Relays.",
  "main": "src/pocket-node.js",
  "repository": "https://github.com/pokt-network/pocket-node",
  "engines": {
    "node": ">=9.9.0"
  },
  "bin": {
    "pocket-node": "./src/pocket-node.js"
  },
  "author": "Luis C. de Leon <luis@pokt.network>",
  "license": "MIT",
  "dependencies": {
    "@koa/cors": "^2.2.2",
    "app-root-path": "^2.0.1",
    "commander": "^2.15.1",
    "fs-extra": "^5.0.0",
    "jsonfile-updater": "^3.1.0",
    "koa": "^2.5.0",
    "koa-body": "^2.5.0",
    "koa-router": "^7.4.0",
    "koa-websocket": "^5.0.1",
    "npm-programmatic": "0.0.10",
    "winston": "^3.0.0-rc6",
    "winston-daily-rotate-file": "^3.2.1"
  },
  "devDependencies": {
    "mocha": "^5.2.0",
    "supertest": "^3.1.0"
  },
  "keywords": [
    "pokt",
    "pocket",
    "node",
    "relay",
    "ethereum",
    "blockchain",
    "infrastructure",
    "bitcoin"
  ]
}
