-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 845 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
{
"name": "boxrums-server",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index",
"dev": "nodemon src/index"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.4",
"ffmpeg-static": "^5.2.0",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.2",
"http-errors": "^2.0.0",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^8.0.1",
"mongoose-paginate-v2": "^1.7.4",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.8",
"sharp": "^0.32.6",
"socket.io": "^4.7.4"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}