| { | |
| "name": "komikindo-api", | |
| "version": "1.0.0", | |
| "description": "REST API scraper for komikindo.ch with Sanka-compatible response shape", | |
| "main": "src/index.js", | |
| "type": "module", | |
| "scripts": { | |
| "start": "node src/index.js" | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "dependencies": { | |
| "axios": "^1.7.7", | |
| "cheerio": "^1.0.0", | |
| "cors": "^2.8.5", | |
| "express": "^4.21.1", | |
| "morgan": "^1.10.0" | |
| } | |
| } | |