Add node dep
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run
This commit is contained in:
parent
72752b1a0b
commit
d3d848884e
2 changed files with 30 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "gekata",
|
||||
"name": "playwright-domain-scanner",
|
||||
"version": "1.0.0",
|
||||
"description": "Service to find all domains loaded by webpage using Playwright",
|
||||
"main": "server.js",
|
||||
|
|
@ -7,9 +7,9 @@
|
|||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^9.0.0",
|
||||
"express": "^4.18.2",
|
||||
"playwright": "^1.42.0",
|
||||
"better-sqlite3": "^9.0.0"
|
||||
"express-rate-limit": "^8.1.0",
|
||||
"playwright": "^1.42.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue