-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "i-to-you-api",
"version": "1.0.0",
"description": "File Transfer System API",
"main": "bootstrap/app.js",
"scripts": {
"start": "nodemon bootstrap/app.js"
},
"repository": "[email protected]:rabinson-tuchemnitz/i-to-you-api.git",
"author": "Rabinson Ghatani",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"axios-cookiejar-support": "^4.0.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"consola": "^2.15.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"helmet": "^5.1.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.0",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.1",
"node-html-parser": "^5.3.3",
"passport": "^0.6.0",
"passport-anonymous": "^1.0.1",
"passport-jwt": "^4.0.0",
"tough-cookie": "^4.0.0",
"transfer-rate": "^2.2.0",
"unique-string": "^3.0.0",
"unique-string-generator": "^1.0.5"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}