SAP-BTP-Spielwiese/app1/package.json

16 lines
316 B
JSON
Raw Permalink Normal View History

{
"name": "sap-tutorial-app",
"version": "1.0.0",
"description": "App from the SAP BTP Python Tutorial",
"main": "index.js",
"scripts": {
"start": "node node_modules/@sap/approuter/approuter.js"
},
"author": "M. Rettig",
"license": "ISC",
"dependencies": {
"@sap/approuter": "^16.1.0"
}
}