Skip to content

Commit

Permalink
Merge pull request #6 from miggi92/feat/node-modules
Browse files Browse the repository at this point in the history
Feat/node modules
  • Loading branch information
miggi92 authored May 19, 2023
2 parents ac1ef38 + 389d8af commit 833db02
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Node artifact files
node_modules/
dist/
package-lock.json

# Compiled Java class files
*.class
Expand Down
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "odata-fw",
"version": "1.0.0",
"description": "OData framework",
"directories": {
"doc": "docs"
},
"scripts": {
"unit": "rm -rf output && abap_transpile abap_transpile.json && echo RUNNING && node output/index.mjs",
"test": "npm run unit",
"abaplint": "abaplint --format codeframe"
},
"repository": "github:miggi92/odata-fw",
"keywords": [
"abap",
"odata",
"framework"
],
"author": "Miguel Gebhardt",
"license": "MIT",
"bugs": {
"url": "https://github.com/miggi92/odata-fw/issues"
},
"homepage": "https://github.com/miggi92/odata-fw/blob/master/README.md",
"devDependencies": {
"@abaplint/cli": "^2.100.6",
"@abaplint/runtime": "^2.7.5",
"@abaplint/transpiler-cli": "^2.7.5"
}
}

0 comments on commit 833db02

Please sign in to comment.