{ "name": "content-extractor", "version": "1.0.0", "description": "API untuk mengekstrak konten dari multiple URL", "main": "index.js", "type": "module", "scripts": { "start": "node index.js" }, "author": "Vyles", "license": "MIT", "dependencies": { "body-parser": "^1.20.2", "cors": "^2.8.5", "express": "^4.18.2", "morgan": "^1.10.0", "path-to-regexp": "^6.2.1", "pdfkit": "^0.13.0", "playwright": "^1.40.0", "serve-favicon": "^2.5.0" } }