UNPKG

@jsprismarine/typedoc-material-theme

Version:
68 lines 1.76 kB
{ "name": "@jsprismarine/typedoc-material-theme", "version": "1.0.4", "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": "dmnsgn/typedoc-material-theme", "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", "dependencies": { "@material/material-color-utilities": "^0.2.7" }, "devDependencies": { "@types/node": "^20.14.6", "typedoc": "^0.26.3", "typescript": "^5.5.2" }, "peerDependencies": { "typedoc": "^0.26.3" }, "engines": { "node": ">=18.0.0", "npm": ">=8.6.0" }, "snowdev": { "files": "src/**/*.tsx", "lint": false, "updateVersions": false }, "scripts": { "build": "tsc", "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": "npm run build", "test": "typedoc src/** --plugin ./lib/index.js --themeColor '#cb9820'" } }