-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "youtube_backend",
"version": "1.0.0",
"description": "a fully thumbnailgenerator backend ",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "nodemon -r dotenv/config --experimental-json-modules src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"go"
],
"author": "sobhan sahoo",
"license": "ISC",
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/mongoose-aggregate-paginate-v2": "^1.0.12",
"@types/multer": "^1.4.11",
"nodemon": "^3.1.0",
"prettier": "^3.2.5"
},
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.2.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.3.2",
"mongoose-aggregate-paginate-v2": "^1.0.7",
"multer": "^1.4.5-lts.1",
"uuid": "^11.0.2"
}
}