{
  "name": "neo-jsdoc-x",
  "version": "1.0.8",
  "description": "Parser for outputting a customized Javascript object from documented code via JSDoc's explain (-X) command. ",
  "license": "MIT",
  "author": "Onur Yıldırım <onur@cutepilot.com>",
  "contributors": [
    "Justin Beaudry <me@justinbeaudry.dev>",
    "Tobias Uhlig <tobiasuhlig78@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/neomjs/jsdoc-x.git"
  },
  "main": "src/index.js",
  "files": [
    "src",
    "LICENSE"
  ],
  "scripts": {
    "test": "node ./test"
  },
  "engines": {
    "node": ">=8"
  },
  "keywords": [
    "jsdoc",
    "explain",
    "-X",
    "documentation",
    "parse",
    "doc"
  ],
  "dependencies": {
    "bluebird": "^3.7.2",
    "fs-extra": "^11.3.2",
    "glob": "^10.4.5",
    "jsdoc": "^4.0.5",
    "json-stringify-safe": "^5.0.1",
    "lodash": "^4.17.21",
    "tmp": "^0.2.5"
  },
  "devDependencies": {
    "jasmine": "^5.1.0",
    "jasmine-console-reporter": "^3.1.0",
    "jsdoc-strip-async-await": "^0.1.0"
  }
}
