{ "name": "mangareader-backend", "version": "1.0.0", "description": "Backend para MangaReader iOS - Scraper de manhwaweb.com", "main": "server.js", "type": "module", "scripts": { "start": "node server.js", "dev": "node --watch server.js", "test": "node run-tests.js", "test:vps": "node test-vps-flow.js", "test:concurrent": "node test-concurrent-downloads.js", "test:all": "node run-tests.js all", "test:clean": "bash run-tests.sh cleanup" }, "keywords": [ "manga", "scraper", "ios" ], "author": "", "license": "ISC", "dependencies": { "axios": "^1.13.4", "cheerio": "^1.2.0", "cors": "^2.8.6", "express": "^5.2.1", "puppeteer": "^24.36.1" } }