abapGit/package.json
Lars Hvam 0f8a40aa81
unit testing test (#4254)
* update deps

* update deps

* update

* skip exception tests

* update runtime

* update deps

* update deps

* skip invalid

* adler32 running

* update deps

* run for URL class

* update deps
2020-11-29 16:18:11 +01:00

23 lines
712 B
JSON

{
"license": "MIT",
"scripts": {
"test": "npm run eslint && npm run abaplint",
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_standalone > zabapgit.abap",
"merge.ci": "cp zabapgit.abap ci/zabapgit_standalone.prog.abap && cd ci && abaplint && cd ..",
"unit": "rm -rf output && abap_transpile && echo RUNNING && node output/index.js",
"abaplint": "abaplint",
"eslint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abapGit/abapGit.git"
},
"devDependencies": {
"@abaplint/cli": "^2.61.4",
"@abaplint/transpiler-cli": "^0.8.8",
"@abaplint/runtime": "^0.8.8",
"abapmerge": "^0.14.1",
"eslint": "^7.14.0"
}
}