-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 812 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 812 Bytes
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": "phishing-resistant-web-password-reset-tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tru_id/tru-sdk-web": "^0.0.11",
"@vonage/server-sdk": "^3.0.9",
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"http-signature": "^1.3.6",
"jwks-rsa": "^2.1.2",
"moment": "^2.29.3",
"node-fetch": "^3.2.4",
"pug": "^3.0.2",
"sequelize": "^6.19.2",
"sqlite3": "^5.0.8"
},
"devDependencies": {
"nodemon": "^2.0.16",
"sequelize-cli": "^6.4.1"
}
}