{
  "name": "@itsjamie/esdoc-integrate-manual-plugin",
  "version": "0.5.0",
  "description": "A integrate manual plugin for ESDoc",
  "author": "h13i32maru",
  "homepage": "https://github.com/itsjamie/esdoc-next",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/itsjamie/esdoc-next"
  },
  "engines": {
    "node": ">= 10.0.0"
  },
  "scripts": {
    "test": "rm -rf ./test/out && mocha --require ./test/init.js $(find test/ -regex '.*.test.js$') -R spec"
  },
  "keywords": [
    "esdoc",
    "manual",
    "plugin"
  ],
  "files": [
    "src",
    "README.md"
  ],
  "main": "src/Plugin.js",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@itsjamie/esdoc-cli": "0.5.0",
    "codecov": "^3.8.3",
    "eslint": "^8.6.0",
    "mocha": "^9.1.3",
    "nyc": "^15.1.0"
  }
}