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