bid-tool/auto-bid-tool/package.json

23 lines
551 B
JSON

{
"name": "auto-bid-grays",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.8.2",
"lodash": "^4.17.21",
"puppeteer": "^24.4.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"socket.io-client": "^4.8.1"
}
}