typedoc-plugin-typescript-declaration
Version:
Typedoc plugin to render to typescript declaration file
56 lines (55 loc) • 1.39 kB
JSON
{
"name": "typedoc-plugin-typescript-declaration",
"version": "0.6.0",
"description": "Typedoc plugin to render to typescript declaration file",
"main": "dist/index.js",
"bin": {
"typedoc-declare": "bin/typedoc-declare"
},
"repository": {
"url": "https://github.com/socsieng/typedoc-plugin-typescript-declaration"
},
"scripts": {
"prepublishOnly": "npm run ci",
"ci": "DEBUG_MODE=none npm run build && jest --ci",
"build": "rimraf dist && rollup -c",
"test:watch": "npm run build && jest --watch",
"test": "npm run build && jest --verbose",
"tag": "git tag -f \"v$(bin/version)\""
},
"files": [
"dist",
"bin",
"README.md"
],
"keywords": [
"typedocplugin",
"typedoc",
"typescript",
"declaration",
"d.ts"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/jest": "^24.9.1",
"@types/rimraf": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"core-js": "^3.6.5",
"eslint": "^6.8.0",
"glob": "^7.1.6",
"jest": "^24.9.0",
"rimraf": "^3.0.2",
"rollup": "^1.32.1",
"rollup-plugin-typescript2": "^0.25.3",
"ts-jest": "^24.3.0",
"ts-node": "^8.10.2",
"typescript": "^4.0.5"
},
"dependencies": {
"make-dir": "^3.1.0",
"typedoc": "^0.19.2"
}
}