@abaplint/runtime
Version:
Transpiler - Runtime
43 lines (42 loc) • 1.37 kB
JSON
{
"name": "@abaplint/runtime",
"version": "2.10.59",
"description": "Transpiler - Runtime",
"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",
"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"
},
"dependencies": {
"temporal-polyfill": "^0.2.5"
}
}