{
  "name": "typescript2python",
  "version": "2.2.0",
  "main": "dist/index.js",
  "license": "MIT",
  "repository": "https://github.com/TheLartians/TypeScript2Python",
  "homepage": "https://github.com/TheLartians/TypeScript2Python#readme",
  "keywords": [
    "python",
    "typescript",
    "transpiler",
    "types",
    "type-safety",
    "api",
    "json",
    "compiler",
    "docstring",
    "typings"
  ],
  "dependencies": {
    "@commander-js/extra-typings": "^12.1.0",
    "commander": "^12.1.0",
    "typescript": "^6.0.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.6",
    "@babel/core": "^7.29.0",
    "@babel/node": "^7.22.19",
    "@babel/preset-env": "^7.23.7",
    "@babel/preset-typescript": "^7.28.5",
    "@eslint/js": "^10.0.1",
    "@ts-morph/bootstrap": "^0.29.0",
    "@types/jest": "^29.5.11",
    "@types/node": "^25.6.0",
    "@typescript-eslint/eslint-plugin": "^8.59.0",
    "@typescript-eslint/parser": "^8.59.0",
    "eslint": "^10.2.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.1.2",
    "globals": "^17.5.0",
    "jest": "^29.7.0",
    "jiti": "^2.6.1",
    "prettier": "^3.1.1",
    "typescript-eslint": "^8.59.0"
  },
  "scripts": {
    "watch": "babel-node --watch -x .ts --",
    "single": "babel-node -x .ts",
    "develop": "yarn watch src/index.ts",
    "lint": "eslint src",
    "build": "babel --extensions .ts --ignore '**/*.test.ts' ./src -d dist --source-maps",
    "test": "jest",
    "typecheck": "tsc -p . --noEmit",
    "prepack": "yarn build",
    "typescript2python": "yarn --silent single src/index.ts"
  },
  "bin": {
    "typescript2python": "./dist/index.js"
  }
}
