-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 868 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 868 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
36
37
38
{
"name": "wordy",
"version": "1.0.0",
"description": "",
"main": "wordy.js",
"scripts": {
"start": "node wordy",
"start:dev": "nodemon wordy"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/joi": "^17.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"bootstrap-icons": "^1.9.1",
"cloudinary": "^1.30.1",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.5.0",
"multer": "^1.4.5-lts.1",
"uuid": "^8.3.2",
"uuidv1": "^1.6.14"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}