{ "name": "animepahe-scraper-nodejs", "version": "1.0.0", "description": "Node.js Express-based web scraper for AnimePahe", "main": "index.js", "scripts": { "start": "node index.js", "dev": "node index.js", "test": "jest", "test:watch": "jest --watch" }, "keywords": [ "anime", "scraper", "animepahe", "express", "api" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.13.2", "cheerio": "^1.0.0-rc.12", "cloudscraper": "^4.6.0", "cors": "^2.8.5", "express": "^4.18.2" }, "devDependencies": { "fast-check": "^3.15.0", "jest": "^29.7.0", "nock": "^13.5.0" }, "engines": { "node": ">=18.0.0" } }