{
  "name": "@abaplint/transpiler-cli",
  "version": "2.10.59",
  "description": "Transpiler - Command Line Interface",
  "funding": "https://github.com/sponsors/larshp",
  "bin": {
    "abap_transpile": "abap_transpile"
  },
  "types": "./build/types.d.ts",
  "keywords": [
    "ABAP",
    "abaplint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abaplint/transpiler.git"
  },
  "scripts": {
    "test": "tsc && npm run webpack",
    "publish:major": "npm --no-git-tag-version version major && rm -rf build && npm install && npm run test && npm publish --access public",
    "publish:minor": "npm --no-git-tag-version version minor && rm -rf build && npm install && npm run test && npm publish --access public",
    "publish:patch": "npm --no-git-tag-version version patch && rm -rf build && npm install && npm run test && npm publish --access public",
    "schema": "ts-json-schema-generator --tsconfig tsconfig.json --jsDoc extended --path src/types.ts > schema.json",
    "compile": "npm test",
    "webpack": "webpack --progress"
  },
  "author": "abaplint",
  "license": "MIT",
  "devDependencies": {
    "@abaplint/core": "^2.113.125",
    "@abaplint/transpiler": "^2.10.59",
    "@types/glob": "^8.1.0",
    "@types/node": "^22.15.29",
    "@types/progress": "^2.0.7",
    "glob": "=7.2.0",
    "progress": "^2.0.3",
    "ts-json-schema-generator": "^2.4.0",
    "typescript": "^5.8.3",
    "p-limit": "^3.1.0",
    "webpack-cli": "^6.0.1",
    "webpack": "^5.99.9"
  }
}
