-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.3 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.3 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "lottery-backend",
"version": "1.0.0",
"description": "node & mongodb",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [
"node.js",
"express",
"jwt",
"login",
"registration",
"authentication",
"authorization",
"mongodb",
"mongoose"
],
"author": "bezkoder",
"license": "ISC",
"dependencies": {
"assert": "^2.0.0",
"bcryptjs": "^2.4.3",
"browserify-zlib": "^0.2.0",
"child_process": "^1.0.2",
"compression": "^1.7.4",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.4.5",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"jwa": "^2.0.0",
"moment-timezone": "^0.5.43",
"mongodb": "^6.9.0",
"mongodb-client-encryption": "^6.1.0",
"mongoose": "^5.13.13",
"net-browserify": "^0.1.4",
"node-cron": "^3.0.2",
"path": "^0.12.7",
"querystring-es3": "^0.2.1",
"spdy": "^4.0.2",
"stream": "^0.0.2",
"stream-http": "^3.2.0",
"url": "^0.11.1",
"util": "^0.12.5",
"webpack": "^5.88.2",
"ws": "^8.13.0"
},
"devDependencies": {
"webpack-cli": "^5.1.4"
}
}