{
  "name": "ro",
  "version": "1.2.2",
  "description": "A remoting framework for building distributed applications with node.js.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "typings"
  ],
  "scripts": {
    "clean": "rimraf lib",
    "build": "npm run clean && echo Using TypeScript && tsc --version && tsc --pretty",
    "prepublish": "npm run build",
    "test": "nyc mocha -t 10s test/**/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/taoyuan/ro.git"
  },
  "dependencies": {
    "bluebird": "^3.5.3",
    "errors": "^0.3.0",
    "jayson": "^2.1.0",
    "lodash": "^4.17.11",
    "mqttr": "^2.0.7",
    "pino": "^5.9.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.11",
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "mosca": "^2.8.3",
    "nyc": "^13.1.0",
    "rimraf": "^2.6.2",
    "should": "^13.2.3",
    "ts-node": "^7.0.1",
    "typescript": "^3.2.1"
  },
  "keywords": [
    "remoting",
    "distributed",
    "rpc",
    "json"
  ],
  "author": "Tao Yuan",
  "license": "BSD",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/taoyuan/ro/issues"
  },
  "optionalDependencies": {
    "pino-pretty": "^2.3.0"
  }
}
