-
Notifications
You must be signed in to change notification settings - Fork 153
/
package.json
48 lines (48 loc) · 1.14 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
43
44
45
46
47
48
{
"name": "nodejs-restapi",
"version": "1.0.0",
"description": "Rest-API - Express JS",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"keywords": [
"mongodb",
"nodejs",
"express",
"restapi"
],
"author": "zekais",
"repository": {
"type": "git",
"url": "https://github.com/fawwaz37/nodejs-restapi.git"
},
"bugs": {
"url": "https://github.com/fawwaz37/nodejs-restapi/issues"
},
"homepage": "https://github.com/fawwaz37/nodejs-restapi",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"crypto": "^1.0.1",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.1",
"express-rate-limit": "^5.3.0",
"express-recaptcha": "^5.0.2",
"express-session": "^1.17.2",
"fs-extra": "^10.0.0",
"memorystore": "^1.6.6",
"moment-timezone": "^0.5.33",
"mongoose": "^5.13.5",
"node-schedule": "^2.0.0",
"nodemon": "^2.0.12",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"yt-search": "^2.10.0",
"ytdl-core": "^4.9.0"
}
}