providing initial data. replacing bycript with bycriptjs
This commit is contained in:
committed by
Daniel Hutzel
parent
3d1502ddfe
commit
fdd2a7a2c5
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"name": "media-store",
|
||||
"engines": {
|
||||
"node": "12.18.3"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"description": "A simple CAP project.",
|
||||
"repository": "<Add your repository here>",
|
||||
@@ -7,7 +10,8 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@sap/cds": "^4.2.8",
|
||||
"bcrypt": "^5.0.0",
|
||||
"@sap/hana-client": "^2.6.61",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"express": "^4",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"moment": "^2.29.1",
|
||||
@@ -23,6 +27,9 @@
|
||||
},
|
||||
"cds": {
|
||||
"ACCESS_TOKEN_SECRET": "secret",
|
||||
"hana": {
|
||||
"deploy-format": "hdbtable"
|
||||
},
|
||||
"requires": {
|
||||
"db": {
|
||||
"kind": "sqlite",
|
||||
|
||||
Reference in New Issue
Block a user