abap2xlsx/package.json
2022-08-09 16:14:29 +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/abap2xlsx/abap2xlsx.git"
},
"devDependencies": {
"@abaplint/cli": "^2.91.28",
"@abaplint/transpiler-cli": "^2.1.25",
"@abaplint/runtime": "^2.1.25"
}
}