UNPKG

@abaplint/transpiler-cli

Version:

Transpiler - Command Line Interface

44 lines (43 loc) 1.55 kB
{ "name": "@abaplint/transpiler-cli", "version": "2.13.26", "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.119.19", "@abaplint/transpiler": "^2.13.26", "@types/glob": "^8.1.0", "@types/node": "^24.12.2", "@types/progress": "^2.0.7", "glob": "=7.2.0", "progress": "^2.0.3", "ts-json-schema-generator": "=2.4.0", "typescript": "^5.9.3", "p-limit": "^3.1.0", "webpack-cli": "^7.0.2", "webpack": "^5.106.2" } }