{ "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" } }