Spaces:
Paused
Paused
File size: 330 Bytes
f384711 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"name": "video-scraper",
"version": "1.0.0",
"description": "A Playwright-based scraper to extract video download links",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^1.6.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"playwright-core": "^1.42.0"
}
} |