-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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": "kiicode-project",
"version": "1.0.0",
"description": "A Node.js project with various features.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.10",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-rate-limit": "^5.5.1",
"express-session": "^1.17.1",
"fake-useragent": "^1.0.1",
"file-type": "^16.3.0",
"form-data": "^4.0.0",
"mongoose": "^5.12.3",
"multer": "^1.4.2",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"nodemailer": "^6.7.2",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"pdfkit": "^0.14.0",
"undici": "^3.0.0",
"uuid": "^8.3.2",
"ytdl-core": "^4.9.1",
"yt-search": "^2.10.1",
"node-telegram-bot-api": "^0.56.0",
"@octokit/rest": "^18.0.12",
"qrcode": "^1.5.0",
"moment-timezone": "^0.5.34",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"socks-proxy-agent": "^6.0.1",
"https-proxy-agent": "^5.0.0"
},
"author": "KiiCode",
"license": "ISC"
}