files
simple-auto_browsing/package.json
2025-10-13 14:32:41 +09:00

21 lines
413 B
JSON

{
"name": "auto-browse",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fake-useragent": "^1.0.1",
"node-cron": "^3.0.3",
"puppeteer": "^22.12.1",
"sqlite3": "^5.1.7"
}
}