{
  "name": "papi",
  "version": "1.1.2",
  "description": "Build HTTP API clients",
  "main": "./lib",
  "files": [
    "./lib"
  ],
  "devDependencies": {
    "debug": "^4.1.1",
    "jscs": "^3.0.7",
    "jshint": "^2.9.5",
    "lodash": "^4.17.10",
    "mocha": "^8.3.0",
    "nock": "^13.0.7",
    "nyc": "^15.1.0",
    "request": "^2.87.0",
    "should": "^13.2.1",
    "sinon": "^9.2.4"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "scripts": {
    "cover": "nyc --reporter=lcov _mocha --recursive && open coverage/lcov-report/index.html",
    "test": "jshint lib test && jscs lib test && nyc _mocha --recursive --check-leaks --globals Promise && nyc check-coverage --statements 100 --functions 100 --branches 100 --lines 100"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/silas/node-papi.git"
  },
  "keywords": [
    "api",
    "client",
    "http",
    "rest"
  ],
  "author": "Silas Sewell <silas@sewell.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/silas/node-papi/issues"
  },
  "homepage": "https://github.com/silas/node-papi"
}
