Conrt / package.json
Reaperxxxx's picture
Create package.json
5625981 verified
Raw
History Blame
487 Bytes
{
"name": "anime-downloader",
"version": "1.0.0",
"description": "Fast anime downloader with multi-threaded downloads, Puppeteer automation, and FFmpeg conversion.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.3",
"axios": "^1.6.7",
"cheerio": "^1.0.0-rc.12",
"fs-extra": "^11.2.0",
"path": "^0.12.7",
"puppeteer": "^22.3.0",
"playwright": "^1.41.1",
"fluent-ffmpeg": "^2.1.2"
}
}