UNPKG

typedoc-plugin-external-module-map

Version:

Specify the Typedoc Module of a file using a regular expression on the filename

38 lines (36 loc) 836 B
{ "name": "typedoc-plugin-external-module-map", "version": "2.2.0", "description": "Specify the Typedoc Module of a file using a regular expression on the filename", "type": "module", "main": "./dist/index.js", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" ], "scripts": { "build": "tsc", "prepublish": "npm run build" }, "keywords": [ "typedocplugin", "typedoc" ], "repository": { "type": "git", "url": "https://github.com/asgerjensen/typedoc-plugin-external-module-map" }, "author": "Asger Jensen <asger.jensen@gmail.com>", "license": "MIT", "peerDependencies": { "typedoc": ">=0.27 <2.0" }, "devDependencies": { "typedoc": "^0.27.0", "typescript": "^5.6.0" }, "dependencies": { "@types/node": "^20.14.14" } }