Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Feb 14, 2024
1 parent 764fe96 commit 7a08775
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 0 deletions.
141 changes: 141 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "abap2ui5-samples",
"private": true,
"version": "1.0.0",
"description": "Explore Code Samples of abap2UI5",
"scripts": {
"downport": "rm -rf downport && cp -r src downport && abaplint --fix abaplint-downport.jsonc",
"unit": "echo RUNNING && node output/index.mjs",
"transpile": "rm -rf output && abap_transpile test/abap_transpile.json",
"test": "npm run downport && npm run transpile && npm run unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abap2UI5/abap2UI5.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abap2UI5/abap2UI5/issues"
},
"homepage": "https://github.com/abap2UI5/abap2UI5#readme",
"devDependencies": {
"@abaplint/cli": "^2.105.16",
"@abaplint/database-sqlite": "^2.7.144",
"@abaplint/runtime": "^2.7.156",
"@abaplint/transpiler-cli": "^2.7.156"
}
}

0 comments on commit 7a08775

Please sign in to comment.