forked from lord-idoq1/apit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.4 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
59
60
{
"name": "@api/xcoders.xyz",
"version": "1.1.1",
"description": "My Rest Api Projectttttt",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FarhanXC7/restAPIs.git"
},
"keywords": [
"Rest",
"API",
"Private"
],
"author": "Farhannnn ×͜×",
"license": "ISC",
"bugs": {
"url": "https://github.com/FarhanXC7/restAPIs/issues"
},
"dependencies": {
"axios": "^0.21.1",
"brainly-scraper": "^1.0.3",
"cheerio": "^1.0.0-rc.6",
"cloudscraper": "^4.6.0",
"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-fileupload": "^1.2.1",
"express-rate-limit": "^5.2.6",
"express-recaptcha": "^5.0.2",
"express-session": "^1.17.2",
"file-type": "^16.5.0",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"google-play-scraper": "^8.0.2",
"googlethis": "^1.2.6",
"jimp": "^0.16.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"memorystore": "^1.6.6",
"moment-timezone": "^0.5.33",
"mongoose": "^6.4.1",
"node-cron": "^3.0.0",
"nodemailer": "^6.6.3",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"perf_hooks": "^0.0.1",
"qs": "^6.10.1",
"request": "^2.88.2",
"serve-favicon": "^2.5.0"
},
"homepage": "https://github.com/FarhanXC7/restAPIs#readme"
}