Spaces:
Sleeping
Sleeping
File size: 519 Bytes
c6f192a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"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"
}
} |