EG/Cesium-1.132/node_modules/tsd-jsdoc/package.json
2025-08-25 17:48:13 +08:00

41 lines
993 B
JSON

{
"name": "tsd-jsdoc",
"version": "2.5.0",
"description": "Compiles JSDoc annotated javascript into a Typescript Declaration File (.d.ts).",
"main": "dist/publish.js",
"author": "Chad Engler <chad@pantherdev.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:englercj/jsdoc2tsd.git"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"watch": "tsc -w -p tsconfig.json",
"prepare": "npm run build",
"test": "npm run build && mocha --ui tdd -r ts-node/register test/specs/**.ts"
},
"files": [
"dist/*",
"README.md",
"LICENSE"
],
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.12",
"chai": "^4.2.0",
"jsdoc": "^3.6.3",
"jsdoc-api": "^5.0.3",
"mocha": "^5.2.0",
"object-to-spawn-args": "^2.0.0",
"ts-node": "^7.0.1"
},
"peerDependencies": {
"jsdoc": "^3.6.3"
},
"dependencies": {
"typescript": "^3.2.1"
}
}