dts-gen
Version:
TypeScript Definition File Generator
43 lines • 1.1 kB
JSON
{
"name": "dts-gen",
"version": "0.10.4",
"description": "TypeScript Definition File Generator",
"author": "Ryan Cavanaugh <ryanca@microsoft.com> (https://www.github.com/RyanCavanaugh)",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/typescript-packages#readme",
"license": "MIT",
"main": "dist/index.js",
"bin": {
"dts-gen": "dist/run.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/DefinitelyTyped-tools.git",
"directory": "packages/dts-gen"
},
"bugs": {
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
},
"engines": {
"node": ">=18.18.0"
},
"dependencies": {
"dts-dom": "^3.7.0",
"parse-git-config": "^3.0.0",
"typescript": "^5.7.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^18.19.64",
"@types/parse-git-config": "^3.0.4",
"@types/yargs": "^17.0.33",
"ecurve": "1.0.6",
"jquery": "3.7.1",
"lodash": "4.17.21"
},
"keywords": [
"typescript"
]
}