forked from HarshYadav152/APIhub-Legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 893 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 893 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": "legacy-backend",
"version": "1.0.0",
"description": "Backend for Legacy application",
"main": "index.js",
"type": "module",
"scripts": {
"legacy": "nodemon ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Backend",
"Legacy"
],
"author": "YourPeers",
"license": "ISC",
"dependencies": {
"@signalapp/libsignal-client": "^0.76.1",
"axios": "^1.10.0",
"bcrypt": "^6.0.0",
"chalk": "^5.4.1",
"cloudinary": "^2.7.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"form-data": "^4.0.3",
"fs-extra": "^11.3.0",
"inquirer": "^12.6.3",
"jsonwebtoken": "^9.0.2",
"mongod": "^2.0.0",
"mongoose": "^8.15.2",
"multer": "^2.0.1",
"nodemailer": "^7.0.3",
"nodemon": "^3.1.10",
"uuid": "^11.1.0"
}
}