{ "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" }