abap2xlsx/package.json
2022-03-08 12:05:54 +01:00

17 lines
411 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.85.41",
"@abaplint/transpiler-cli": "^1.8.12",
"@abaplint/runtime": "^1.8.12"
}
}