{
  "name": "xprezzo-on-finished",
  "description": "Execute a callback when a request closes, finishes, or errors",
  "version": "1.1.2",
  "author": "Cloudgen Wong <cloudgen.wong@gmail.com>",
  "license": "MIT",
  "repository": "xprezzo/xprezzo-on-finished",
  "dependencies": {},
  "devDependencies": {
    "eslint": "8.15.0",
    "eslint-config-standard": "17.0.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-markdown": "1.0.2",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "6.0.0",
    "mocha": "10.0.0",
    "nyc": "15.1.0"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "files": [
    "lib/",
    "HISTORY.md",
    "LICENSE",
    "index.js"
  ],
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-ci": "nyc --reporter=text npm test -- --no-exit",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  }
}
