{
  "name": "npm-audit-report",
  "version": "1.3.3",
  "description": "Given a response from the npm security api, render it into a variety of security reports",
  "main": "index.js",
  "scripts": {
    "prerelease": "npm t",
    "postrelease": "npm publish && git push --follow-tags",
    "pretest": "standard",
    "release": "standard-version -s",
    "test": "tap --100 -J --coverage test/*.js"
  },
  "keywords": [
    "npm",
    "security",
    "report",
    "audit"
  ],
  "author": "Adam Baldwin",
  "license": "ISC",
  "dependencies": {
    "cli-table3": "^0.5.0",
    "console-control-strings": "^1.1.0"
  },
  "devDependencies": {
    "keyfob": "^1.0.0",
    "standard": "^11.0.1",
    "standard-version": "^4.3.0",
    "tap": "^11.1.5"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-audit-report.git"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-audit-report/issues"
  },
  "homepage": "https://github.com/npm/npm-audit-report#readme",
  "files": [
    "index.js",
    "lib",
    "reporters"
  ]
}
