forked from zeeoneofficial/my-rest-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.38 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
49
50
51
52
53
54
55
56
57
58
{
"name": "my-rest-api",
"version": "1.0.0",
"description": "Rest api created by Zeeoneofc",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeeoneofficial/my-rest-api.git"
},
"keywords": [
"nodejs-restapi",
"heroku",
"css",
"html",
"api",
"website",
"apikey"
],
"author": "Zeeoneofc",
"license": "ISC",
"dependencies": {
"@bochilteam/scraper": "^3.0.0",
"axios": "^0.21.1",
"cookie": "^0.5.0",
"crypto": "^1.0.1",
"cfonts": "^2.9.1",
"chalk": "^4.1.0",
"cors": "^2.8.5",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.1",
"express-rate-limit": "^5.3.0",
"express-session": "^1.17.2",
"form-data": "^3.0.0",
"fluent-ffmpeg": "^2.1.2",
"file-type": "^16.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"memorystore": "^1.6.6",
"mongoose": "^5.13.5",
"mongodb": "^3.6.3",
"needle": "^2.6.0",
"nodemailer": "^6.6.3",
"node-fetch": "^2.6.1",
"node-schedule": "^2.0.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"request": "^2.88.2",
"ssl-express-www": "^3.0.7"
},
"homepage": "https://github.com/zeeoneofficial/my-rest-api#readme"
}