Files
price-bot/package.json
Norbert Maciaszek a3114d9f49 init project
2025-11-15 19:58:58 +01:00

20 lines
388 B
JSON

{
"name": "gift-tracker-bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.13.2",
"cheerio": "^1.1.0",
"fs": "^0.0.1-security",
"node-cron": "^4.2.1",
"playwright": "^1.56.1"
}
}