{
  "name": "ast-to-entity-definitions",
  "version": "1.0.0",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "ast-to-entity-definitions",
      "version": "1.0.0",
      "license": "ISC",
      "devDependencies": {
        "ast-to-entity-definitions": "file:..",
        "typescript": "^5.0.0"
      }
    },
    "..": {
      "version": "0.0.0",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "commander": "^14.0.0",
        "rimraf": "^6.0.0",
        "ts-morph": "^27.0.0"
      },
      "bin": {
        "ast-to-entity-definitions": "bin/adapter/entry-points/cli/index.js"
      },
      "devDependencies": {
        "@commitlint/cli": "^20.1.0",
        "@semantic-release/changelog": "^6.0.3",
        "@semantic-release/git": "^10.0.1",
        "@types/jest": "^30.0.0",
        "@typescript-eslint/eslint-plugin": "^8.0.0",
        "@typescript-eslint/parser": "^8.0.0",
        "conventional-changelog-conventionalcommits": "^9.0.0",
        "eslint": "^8.43.0",
        "eslint-plugin-import": "^2.27.5",
        "eslint-plugin-no-type-assertion": "^1.3.0",
        "jest": "^30.0.0",
        "jest-html-reporter": "^4.0.0",
        "jest-junit": "^16.0.0",
        "prettier": "^2.8.8",
        "ts-jest": "^29.1.0",
        "typescript": "^5.9.3"
      }
    },
    "node_modules/ast-to-entity-definitions": {
      "resolved": "..",
      "link": true
    },
    "node_modules/typescript": {
      "version": "5.9.3",
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
      "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
      "dev": true,
      "license": "Apache-2.0",
      "bin": {
        "tsc": "bin/tsc",
        "tsserver": "bin/tsserver"
      },
      "engines": {
        "node": ">=14.17"
      }
    }
  }
}
