Files
cloud-cap-samples/packages/bookstore/package.json
2019-09-17 11:54:21 +05:30

21 lines
508 B
JSON

{
"name": "bookstore",
"description": "Generated by cds init",
"repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
"license": "SAP SAMPLE CODE LICENSE",
"version": "1.0.0",
"engines": {
"node": "^8.9"
},
"dependencies": {
"@sap/cds": "^3.16.3",
"@sap/cds-rest": "latest",
"express": "^4.17.1"
},
"scripts": {
"build": "cds build/all --clean",
"deploy": "cds deploy",
"start": "cds run"
}
}