{
  "name": "phychips-rcp",
  "version": "1.1.16",
  "description": "Phychips Reader Control Protocol",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "nyc mocha"
  },
  "nyc": {
    "include": [
      "lib/**/*.ts"
    ],
    "extension": [
      ".ts"
    ],
    "exclude": [
      "**/*.d.ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text",
      "text-summary",
      "lcov"
    ],
    "sourceMap": true,
    "instrument": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rafaneri/phychips-rcp.git"
  },
  "keywords": [
    "phychips",
    "PR9200",
    "rcp",
    "reader",
    "control",
    "protocol"
  ],
  "author": "Rafael Neri <rafael.neri@gmail.com> (https://github.com/rafaneri)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rafaneri/phychips-rcp/issues"
  },
  "homepage": "https://github.com/rafaneri/phychips-rcp#readme",
  "devDependencies": {
    "@types/chai": "^4.1.3",
    "@types/lodash": "^4.14.110",
    "@types/mocha": "^5.2.1",
    "@types/node": "^10.3.1",
    "chai": "^4.1.2",
    "coveralls": "^3.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2",
    "sinon": "^6.0.0",
    "sinon-chai": "^3.2.0",
    "source-map-support": "^0.5.6",
    "ts-node": "^6.1.0",
    "typescript": "^2.9.1",
    "typings": "^2.1.1"
  },
  "dependencies": {
    "lodash": "^4.17.10"
  }
}
