-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.92 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "Agat-Api",
"version": "0.0.2",
"description": "Rest API for bot WhatsApp.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "node index.js"
},
"author": "ChaikalOffc",
"dependencies": {
"@popperjs/core": "^2.11.7",
"@xct007/frieren-scraper": "^0.0.2",
"app": "^0.1.0",
"axios": "^0.21.1",
"cfonts": "^2.9.1",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.12",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"desandro-matches-selector": "^2.0.2",
"ejs": "^3.1.6",
"ev-emitter": "^2.1.2",
"express": "^4.18.1",
"express-ejs-layouts": "^2.5.1",
"express-rate-limit": "^5.3.0",
"express-session": "^1.17.2",
"file-type": "^16.1.0",
"fizzy-ui-utils": "^3.0.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"get-size": "^3.0.0",
"got": "^13.0.0",
"index": "^0.4.0",
"isotope-layout": "^3.0.6",
"jadianime-ts": "^2.0.0",
"jimp": "^0.16.1",
"jquery": "^3.7.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"masonry-layout": "^4.2.2",
"memorystore": "^1.6.6",
"mime-types": "^2.1.35",
"moment-timezone": "^0.5.43",
"mongodb": "^3.6.3",
"mongoose": "^5.13.5",
"ms": "^2.1.3",
"needle": "^2.6.0",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.1",
"node-schedule": "^2.0.0",
"nodemailer": "^6.6.3",
"nodemon": "^1.3.3",
"outlayer": "^2.1.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pdfkit": "^0.13.0",
"popper.js": "^1.16.1",
"qs": "^6.10.3",
"request": "^2.88.2",
"scraper-jsc": "^0.0.3",
"serve-favicon": "^2.5.0",
"server": "^1.0.38",
"snapsave-downloader2": "^6.9.5",
"ssl-express-www": "^3.0.7",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.5"
}
}