sunnymh-scraper/package.json
2025-03-27 17:33:38 +08:00

19 lines
369 B
JSON

{
"name": "sunnymh-scrap",
"version": "1.0.0",
"main": "index.cjs",
"scripts": {
"start": "node index.cjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.8.4",
"fs": "^0.0.1-security",
"puppeteer": "^24.4.0",
"sharp": "^0.33.5"
}
}