typedoc-material-theme
Version:
A TypeDoc theme based on Material 3.
72 lines (71 loc) • 1.83 kB
JSON
{
"name": "typedoc-material-theme",
"version": "1.4.0",
"description": "A TypeDoc theme based on Material 3.",
"keywords": [
"typedoc-theme",
"typedoc-plugin",
"material",
"material-design",
"material-3",
"typedocplugin",
"typescript",
"documentation"
],
"homepage": "https://github.com/dmnsgn/typedoc-material-theme",
"bugs": "https://github.com/dmnsgn/typedoc-material-theme/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/dmnsgn/typedoc-material-theme.git"
},
"funding": [
{
"type": "individual",
"url": "https://paypal.me/dmnsgn"
},
{
"type": "individual",
"url": "https://commerce.coinbase.com/checkout/56cbdf28-e323-48d8-9c98-7019e72c97f3"
}
],
"license": "MIT",
"author": "Damien Seguin (https://github.com/dmnsgn)",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./lib/index.js"
}
},
"main": "lib/index.js",
"types": "types/index.d.ts",
"scripts": {
"dev": "npm run dev:watch & npm run dev:serve",
"dev:serve": "npx browser-sync ./docs --watch --single",
"dev:watch": "node --watch-path ./src --watch-path ./assets ./scripts/dev.mjs",
"pretest": "tsc",
"test": "typedoc src/** --plugin ./lib/index.js --themeColor '#cb9820'"
},
"dependencies": {
"@material/material-color-utilities": "^0.3.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"typedoc": "^0.28.2",
"typescript": "^5.8.x"
},
"peerDependencies": {
"typedoc": "^0.25.13 || ^0.26.x || ^0.27.x || ^0.28.x"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.6.0"
},
"snowdev": {
"files": "src/**/*.tsx",
"lint": false,
"updateVersions": false,
"docs": false
}
}