-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 924 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 924 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
34
35
{
"name": "nodejs-2fa-examples",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"google-authenticator": "nodemon src/google-authenticator/server.mongodb.js",
"google-authenticator:prod": "node src/google-authenticator/server.mongodb.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arifpro/nodejs-2fa-examples.git"
},
"keywords": [],
"author": "Md Arif Hossain",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/arifpro/nodejs-2fa-examples/issues"
},
"homepage": "https://github.com/arifpro/nodejs-2fa-examples#readme",
"dependencies": {
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"mongoose": "^8.10.1",
"qrcode": "^1.5.4",
"speakeasy": "^2.0.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}