Creating CAP-Based Services
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "incident-management",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@sap/cds": "^9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cap-js/sqlite": "^2.4"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "cds-serve"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
Reference in New Issue
Block a user