typedoc-plugin-mdn-links
Version:
Adds support for linking references to global types like `HTMLElement`, `WebAssembly`, and `Date` to their documentation pages on MDN.
42 lines (41 loc) • 950 B
JSON
{
"name": "typedoc-plugin-mdn-links",
"version": "4.0.13",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
"devDependencies": {
"@mdn/browser-compat-data": "5.x.x",
"@types/node": "^22.10.0",
"@webgpu/types": "^0.1.43",
"prettier": "^3.3.2",
"typedoc": "^0.26.11",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"keywords": [
"typedoc-plugin"
],
"files": [
"dist/index.js",
"dist/typescript.js",
"dist/webApi.js",
"data/web-api.json"
],
"peerDependencies": {
"typedoc": "0.26.x || 0.27.x"
},
"scripts": {
"lint": "prettier --check .",
"build": "tsc",
"generateWebApiIndex": "node ./scripts/generateWebApiIndex.js",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "https://github.com/Gerrit0/typedoc-plugin-mdn-links.git"
},
"bugs": {
"url": "https://github.com/Gerrit0/typedoc-plugin-mdn-links/issues"
}
}