crawlee/package.json
2025-04-23 12:14:50 +08:00

15 lines
275 B
JSON

{
"name": "grafana-crawler",
"version": "1.0.0",
"type": "module",
"dependencies": {
"axios": "^1.8.3",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"crawlee": "^3.0.0",
"express": "^4.21.2",
"playwright": "^1.50.1",
"uuid": "^9.0.0"
}
}