-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.09 KB
/
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
38
39
40
41
42
{
"name": "cloudwave",
"version": "1.0.1",
"private": true,
"description": "Upload, share and save your files and media for future use.",
"main": "index.js",
"scripts": {
"test": "jest",
"pm2-start": "pm2 start index.js --name cloudwave -i 2",
"pm2-dev": "pm2 start index.js --name cloudwave --watch --no-daemon",
"dev": "nodemon index.js",
"start": "cd client && npm run build && cd .. && npm run pm2-start"
},
"author": "Folarin Raphael",
"license": "MIT",
"dependencies": {
"@novu/node": "^0.24.2",
"axios": "^1.5.1",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.1",
"jwt-decode": "^3.1.2",
"megajs": "1",
"mongoose": "^7.4.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"pm2": "^5.4.0"
},
"devDependencies": {
"jest": "^29.6.1",
"nodemon": "^3.0.1",
"supertest": "^6.3.3"
},
"engines": {
"node": "20.10.0"
},
"repository": "https://github.com/darksuei/cloudwave-server"
}