File size: 595 Bytes
5625981 e944577 5625981 e944577 5625981 e944577 5625981 e944577 5625981 e944577 5625981 e944577 5625981 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"name": "anime-download-api",
"version": "1.0.0",
"description": "Anime download API using Puppeteer, Playwright, Express, Axios, and Cheerio",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"axios": "^1.6.5",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^11.2.0",
"path": "^0.12.7",
"playwright": "^1.42.1",
"puppeteer": "^22.3.1"
},
"engines": {
"node": ">=18.0.0"
},
"author": "Your Name",
"license": "MIT"
} |