-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 968 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
{
"name": "dune-privacy-demo",
"version": "1.0.0",
"description": "Demo app that showcases privacy & consent",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server/server.js",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vivshankar/dune-privacy-demo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vivshankar/dune-privacy-demo/issues"
},
"homepage": "https://github.com/vivshankar/dune-privacy-demo#readme",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.2",
"ibm-verify-sdk": "^2.0.5",
"jsonwebtoken": "^8.5.1",
"uuidv4": "^6.2.8",
"verify-privacy-sdk-js": "https://github.com/vivshankar/verify-privacy-sdk-js.git#main"
}
}