22 lines
482 B
JSON
22 lines
482 B
JSON
{
|
|
"name": "bottrade",
|
|
"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": {
|
|
"cron": "^1.8.2",
|
|
"mysql2": "^2.3.3",
|
|
"node-telegram-bot-api": "^0.56.0",
|
|
"puppeteer": "^13.4.0",
|
|
"puppeteer-extra": "^3.2.3",
|
|
"puppeteer-extra-plugin-recaptcha": "^3.5.0",
|
|
"shelljs": "^0.8.5"
|
|
}
|
|
}
|