-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 873 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
34
35
36
37
{
"name": "PETSREUNITEHUB",
"version": "1.0.0",
"author": "Team130",
"description": "PETS REUNITE HUB",
"main": "index.js",
"scripts": {
"start": "node src/index",
"dev": "nodemon src/index"
},
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.18.2",
"express-rate-limit": "^5.2.6",
"ffmpeg-static": "^4.3.0",
"ffprobe-static": "^3.0.0",
"fluent-ffmpeg": "^2.1.2",
"http": "^0.0.1-security",
"http-errors": "^1.8.0",
"joi": "^17.4.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^6.3.0",
"mongoose": "^5.13.21",
"mongoose-paginate-v2": "^1.3.17",
"multer": "^1.4.2",
"path": "^0.12.7",
"sharp": "^0.27.2",
"socket.io": "^4.0.1",
"wanakana": "^4.0.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}