auto-trade-moonata/package.json
Dung Nguyen ca4cd64a44 Fix: db
2022-03-03 13:13:10 +07:00

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"
}
}