UNPKG

1.1 kBJSONView Raw
1{
2 "name": "dts-gen",
3 "version": "0.10.2",
4 "description": "TypeScript Definition File Generator",
5 "author": "Ryan Cavanaugh <ryanca@microsoft.com> (https://www.github.com/RyanCavanaugh)",
6 "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/typescript-packages#readme",
7 "license": "MIT",
8 "main": "dist/index.js",
9 "bin": {
10 "dts-gen": "dist/run.js"
11 },
12 "publishConfig": {
13 "access": "public"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/microsoft/DefinitelyTyped-tools.git",
18 "directory": "packages/dts-gen"
19 },
20 "bugs": {
21 "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
22 },
23 "engines": {
24 "node": ">=18.18.0"
25 },
26 "dependencies": {
27 "dts-dom": "^3.7.0",
28 "parse-git-config": "^3.0.0",
29 "typescript": "^5.4.2",
30 "yargs": "^17.7.2"
31 },
32 "devDependencies": {
33 "@types/node": "^18.19.7",
34 "@types/parse-git-config": "^3.0.4",
35 "@types/yargs": "^17.0.32",
36 "ecurve": "1.0.6",
37 "jquery": "3.7.1",
38 "lodash": "4.17.21"
39 },
40 "keywords": [
41 "typescript"
42 ]
43}
\No newline at end of file