typerinth
Version:
A TypeScript library for interacting with the Modrinth API.
20 lines (19 loc) • 575 B
JSON
{
"out": "docs",
"name": "Typerinth",
"includeVersion": true,
"excludePrivate": true,
"excludeProtected": true,
"hideGenerator": true,
"plugin": ["typedoc-github-theme"],
"theme": "typedoc-github-theme",
"readme": "typedoc-readme.md",
"navigationLinks": {
"Discord": "https://strassburger.org/discord",
"NPM": "https://www.npmjs.com/package/typerinth",
"GitHub": "https://github.com/KartoffelChipss/Typerinth"
},
"disableSources": true,
"entryPoints": ["src"],
"entryPointStrategy": "resolve"
}