typedoc-plugin-cname
Version:
CNAME file configuration for typedoc generation
47 lines (46 loc) • 1.23 kB
JSON
{
"name": "typedoc-plugin-cname",
"version": "1.0.1",
"description": "CNAME file configuration for typedoc generation",
"main": "dist/index.js",
"types": "dits/index.d.ts",
"scripts": {
"lint": "eslint --ext .ts src",
"lint:fix": "eslint --fix --ext .ts src",
"build": "tsc",
"clean": "rm -rf dist testdocs",
"prepublishOnly": "npm run lint && npm run build",
"test": "npm run lint && jest"
},
"keywords": [
"cname",
"typedoc",
"typedocplugin",
"github",
"pages"
],
"repository": {
"type": "git",
"url": "https://github.com/JoshStern/typedoc-plugin-cname"
},
"author": "Josh Stern <josh.stern95@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JoshStern/typedoc-plugin-cname/issues"
},
"homepage": "https://github.com/JoshStern/typedoc-plugin-cname",
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.1",
"typedoc": "^0.20.27",
"typescript": "^4.1.5"
},
"peerDependencies": {
"typedoc": "^0.20.27"
}
}