test / package.json
bilaku's picture
Update package.json
e819a54 verified
Raw
History Blame Contribute Delete
398 Bytes
{
"name": "hf-komiku-scraper",
"version": "1.0.0",
"description": "Scraper API in Hugging Face",
"main": "server.js",
"scripts": {
"start": "node tt.js"
},
"dependencies": {
"axios": "^1.6.7",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"form-data": "^4.0.0",
"node-fetch": "^3.3.2",
"ai": "^3.0.0",
"openai": "^4.28.0",
"uuid": "^9.0.1"
}
}