Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run
15 lines
367 B
JSON
15 lines
367 B
JSON
{
|
|
"name": "playwright-domain-scanner",
|
|
"version": "1.0.0",
|
|
"description": "Service to find all domains loaded by webpage using Playwright",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "^9.0.0",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^8.1.0",
|
|
"playwright": "^1.42.0"
|
|
}
|
|
}
|