-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 951 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "bookstore",
"version": "1.0.0",
"description": "A simple CAP project.",
"repository": "<Add your repository here>",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@sap/audit-logging": "^3.1.0",
"@sap/cds": "^3",
"@sap/cds-odata-v2-adapter-proxy": "^1.4.26",
"@sap/hana-client": "^2.4.177",
"@sap/xsenv": "^2.2.0",
"@sap/xssec": "^2.2.5",
"cf-nodejs-logging-support": "^6.1.3",
"express": "^4",
"passport": "^0.4.1"
},
"scripts": {
"start": "npx cds run"
},
"cds": {
"requires": {
"db": {
"kind": "hana"
},
"uaa": {
"kind": "xsuaa"
}
},
"auth": {
"passport": {
"strategy": "JWT"
}
}
},
"devDependencies": {
"sqlite3": "^4.1.1"
}
}