{
  "name": "@fitbit/jsonrpc-ts",
  "version": "3.2.1",
  "description": "A very flexible library for building JSON-RPC 2.0 endpoints.",
  "files": [
    "lib",
    "mod"
  ],
  "main": "lib/index.js",
  "module": "mod/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "rm -rf lib mod && tsc -p tsconfig.build.json && tsc -p tsconfig.module.json",
    "lint": "tslint -c tslint.json -p tsconfig.json",
    "test": "npm run lint && jest",
    "test:coveralls": "npm run lint && jest --coverage --coverageReporters=text-lcov | coveralls",
    "prepublishOnly": "npm run test && npm run build"
  },
  "author": "Fitbit, Inc.",
  "license": "BSD-3-Clause",
  "repository": "github:Fitbit/jsonrpc-ts",
  "bugs": {
    "url": "https://github.com/Fitbit/jsonrpc-ts/issues"
  },
  "homepage": "https://github.com/Fitbit/jsonrpc-ts#readme",
  "devDependencies": {
    "@types/jest": "^26.0.10",
    "@types/node": "^14.6.0",
    "coveralls": "^3.1.0",
    "jest": "^26.4.2",
    "ts-jest": "^26.2.0",
    "tslint": "^6.1.3",
    "tslint-config-airbnb": "^5.11.2",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "@types/error-subclass": "^2.2.0",
    "error-subclass": "^2.2.0",
    "fp-ts": "2.8.2",
    "io-ts": "2.2.10"
  },
  "peerDependencies": {
    "fp-ts": "2.8.2",
    "io-ts": "2.2.10"
  }
}
