{
  "name": "dts-gen",
  "version": "0.10.9",
  "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": ">=20.17.0"
  },
  "dependencies": {
    "dts-dom": "^3.7.0",
    "typescript": "^5.9.3",
    "which": "^6.0.1",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/node": "^25.3.3",
    "@types/which": "^3.0.4",
    "@types/yargs": "^17.0.35",
    "ecurve": "1.0.6",
    "jquery": "3.7.1",
    "lodash": "4.17.23"
  },
  "keywords": [
    "typescript"
  ]
}