@itsjamie/esdoc-brand-plugin
Version:
A brand plugin for ESDoc
45 lines • 950 B
JSON
{
"name": "@itsjamie/esdoc-brand-plugin",
"version": "0.5.0",
"description": "A brand plugin for ESDoc",
"author": "h13i32maru",
"homepage": "https://github.com/itsjamie/esdoc-next",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/itsjamie/esdoc-next"
},
"dependencies": {
"cheerio": "1.0.0-rc.10"
},
"devDependencies": {
"@itsjamie/esdoc-cli": "0.5.0",
"codecov": "^3.8.3",
"eslint": "^8.6.0",
"mocha": "^9.1.3",
"nyc": "^15.1.0"
},
"peerDependencies": {
"@itsjamie/esdoc-core": "0.5.0"
},
"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",
"brand",
"title",
"plugin"
],
"files": [
"src",
"README.md"
],
"main": "src/Plugin.js",
"publishConfig": {
"access": "public"
}
}