{
  "name": "jsdoc-api",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "7.1.0",
  "description": "A programmatic interface for jsdoc",
  "repository": "https://github.com/jsdoc2md/jsdoc-api",
  "license": "MIT",
  "keywords": [
    "jsdoc",
    "api",
    "programmatic",
    "interface",
    "javascript",
    "documentation"
  ],
  "engines": {
    "node": ">=12.17"
  },
  "scripts": {
    "test": "test-runner --max-file-concurrency 1 test/*.js",
    "test:ci": "npm test",
    "docs": "jsdoc2md -t jsdoc2md/README.hbs index.js lib/*.js > README.md; echo"
  },
  "devDependencies": {
    "collect-json": "^1.0.9",
    "coveralls": "^3.1.1",
    "jsdoc-to-markdown": "^7.0.1",
    "rimraf": "^3.0.2",
    "test-runner": "^0.10.0"
  },
  "dependencies": {
    "array-back": "^6.2.0",
    "cache-point": "^2.0.0",
    "collect-all": "^1.0.4",
    "file-set": "^4.0.2",
    "fs-then-native": "^2.0.0",
    "jsdoc": "^3.6.7",
    "object-to-spawn-args": "^2.0.1",
    "temp-path": "^1.0.0",
    "walk-back": "^5.1.0"
  },
  "standard": {
    "ignore": [
      "tmp",
      "test/fixture"
    ]
  },
  "files": [
    "index.js",
    "lib/*.js"
  ]
}
