auto-trade-moonata/package.json
nguyen dung 08d045ac07 Fix
2022-02-23 16:16:26 +00:00

21 lines
458 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",
"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"
}
}