{
  "name": "@enterthenamehere/esdoc-undocumented-identifier-plugin",
  "version": "2.6.0-dev.1",
  "description": "A undocumented identifier plugin for ESDoc",
  "author": "h13i32maru",
  "homepage": "https://github.com/EnterTheNameHere/esdoc-monorepo/tree/main/packages/esdoc-undocumented-identifier-plugin",
  "bugs": {
    "url": "https://github.com/EnterTheNameHere/esdoc-monorepo/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/EnterTheNameHere/esdoc-monorepo.git",
    "directory": "packages/esdoc-undocumented-identifier-plugin"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=14.21.1"
  },
  "scripts": {
    "precoverage": "trash ./nyc_output && trash ./coverage",
    "coverage": "nyc npm run test",
    "pretest": "trash ./test/out",
    "test": "mocha ./test/src --require ./test/init.js"
  },
  "keywords": [
    "esdoc",
    "undocumented",
    "plugin"
  ],
  "files": [
    "src",
    "README.md"
  ],
  "directories": {
    "test": "test"
  },
  "main": "src/Plugin.js",
  "gitHead": "2340297218f01c07ecde1b2fb301eb8180ae2024"
}
