{
  "name": "@abaplint/transpiler",
  "version": "2.13.26",
  "description": "Transpiler",
  "main": "build/src/index.js",
  "typings": "build/src/index.d.ts",
  "funding": "https://github.com/sponsors/larshp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abaplint/transpiler.git"
  },
  "scripts": {
    "compile": "tsc",
    "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",
    "test": "npm run compile && mocha"
  },
  "mocha": {
    "recursive": true,
    "reporter": "progress",
    "spec": "build/test/**/*.js",
    "require": "source-map-support/register"
  },
  "keywords": [
    "ABAP",
    "abaplint"
  ],
  "author": "abaplint",
  "license": "MIT",
  "dependencies": {
    "@abaplint/core": "^2.119.19",
    "source-map": "^0.7.6"
  },
  "devDependencies": {
    "@types/chai": "^4.3.20",
    "@types/mocha": "^10.0.10",
    "chai": "^4.5.0",
    "mocha": "^11.7.5",
    "source-map-support": "^0.5.21",
    "typescript": "^5.9.3"
  }
}
