abap2xlsx/package.json
2022-06-15 06:54:57 +02:00

17 lines
410 B
JSON

{
"license": "MIT",
"private": true,
"scripts": {
"unit": "rm -rf output && abap_transpile abap_transpile.json && echo RUNNING && node output/index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sapmentors/abap2xlsx.git"
},
"devDependencies": {
"@abaplint/cli": "^2.91.3",
"@abaplint/transpiler-cli": "^2.0.39",
"@abaplint/runtime": "^2.0.39"
}
}