mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 12:16:17 +08:00
18 lines
438 B
JSON
18 lines
438 B
JSON
{
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "abaplint",
|
|
"test": "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.113.108",
|
|
"@abaplint/transpiler-cli": "^2.10.37",
|
|
"@abaplint/runtime": "^2.10.37"
|
|
}
|
|
}
|