abap2xlsx/package.json
2022-07-13 16:22:20 +02:00

17 lines
409 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/abap2xlsx/abap2xlsx.git"
},
"devDependencies": {
"@abaplint/cli": "^2.91.9",
"@abaplint/transpiler-cli": "^2.0.71",
"@abaplint/runtime": "^2.0.71"
}
}