-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 744 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 744 Bytes
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
{
"name": "keydropautocode",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"csv-database": "^0.9.2",
"discord.js": "^12.5.3",
"node-cron": "^3.0.2",
"node-html-parser": "^6.1.5",
"node-telegram-bot-api": "^0.61.0",
"puppeteer": "^20.7.3",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"puppeteer-recaptcha-solver": "^1.0.1",
"random-useragent": "^0.5.0",
"request": "^2.88.2",
"user-agents": "^1.0.1422"
}
}