UNPKG

@abaplint/transpiler

Version:
44 lines (43 loc) 1.39 kB
{ "name": "@abaplint/transpiler", "version": "2.10.59", "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.113.125", "source-map": "^0.7.4" }, "devDependencies": { "@types/chai": "^4.3.20", "@types/mocha": "^10.0.10", "chai": "^4.5.0", "mocha": "^11.5.0", "source-map-support": "^0.5.21", "typescript": "^5.8.3" } }