Adding peg.js

This commit is contained in:
Daniel
2021-02-01 09:43:30 +01:00
parent 098b27330a
commit cfc5a56d5a

View File

@@ -3,7 +3,8 @@
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@sap/cds-compiler": "latest", "@sap/cds-compiler": "latest",
"@sap/cds": "^4.4.10" "@sap/cds": "^4.4.10",
"pegjs": "0.10.0"
}, },
"scripts": { "scripts": {
"postinstall": "rm -fr node_modules/@sap/cds/node_modules" "postinstall": "rm -fr node_modules/@sap/cds/node_modules"