SAP-BTP-Spielwiese/app1/package.json
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

15 lines
316 B
JSON

{
"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"
}
}