typedoc-github-theme
Version:
Elegant and seamless look and feel for your TypeScript documentation on GitHub Pages
46 lines (45 loc) • 1.21 kB
JSON
{
"name": "typedoc-github-theme",
"description": "Elegant and seamless look and feel for your TypeScript documentation on GitHub Pages",
"version": "0.3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"repository": "https://github.com/JulianWowra/typedoc-github-theme",
"homepage": "https://julianwowra.github.io/typedoc-github-theme/",
"author": "Julian Wowra <development@julianwowra.de>",
"license": "MIT",
"publishConfig": {
"provenance": true
},
"packageManager": "pnpm@10.7.1",
"dependencies": {},
"peerDependencies": {
"typedoc": "~0.28.0"
},
"devDependencies": {
"@eslint/js": "9.24.0",
"@types/node": "^18.19.86",
"eslint": "9.24.0",
"eslint-config-prettier": "10.1.1",
"prettier": "3.5.3",
"typedoc": "~0.28.1",
"typescript": "5.8.3",
"typescript-eslint": "8.29.0"
},
"scripts": {
"build": "pnpm build:lib && pnpm build:docs",
"build:lib": "tsc",
"build:docs": "typedoc src --plugin ./dist/index.js",
"lint": "pnpm lint:format && pnpm lint:code",
"lint:code": "eslint .",
"lint:format": "prettier --check ."
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"typedoc-theme",
"typedoc-github-theme"
]
}