files
simple-auto_browsing/package.json
2025-10-13 15:39:49 +09:00

24 lines
494 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": {
"body-parser": "^2.2.0",
"dotenv": "^17.2.3",
"express": "^4.19.2",
"fake-useragent": "^1.0.1",
"jimp": "^1.6.0",
"node-cron": "^4.2.1",
"puppeteer": "^24.24.0",
"sqlite3": "^5.1.7",
"tesseract.js": "^6.0.1"
}
}