SoldOut/package.json

25 lines
505 B
JSON

{
"name": "scrapsoldout",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.12.2",
"cheerio": "^1.1.0",
"dayjs": "^1.11.18",
"dotenv": "^17.2.3",
"mysql2": "^3.15.2",
"nodemailer": "^7.0.9",
"puppeteer": "^24.24.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"xlsx": "^0.18.5"
},
"type": "module"
}