Add sqlite 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
361fa4fafe
commit
a5a0ed828d
2 changed files with 390 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "playwright-domain-scanner",
|
||||
"name": "gekata",
|
||||
"version": "1.0.0",
|
||||
"description": "Service to find all domains loaded by webpage using Playwright",
|
||||
"main": "server.js",
|
||||
|
|
@ -8,7 +8,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"playwright": "^1.42.0"
|
||||
"playwright": "^1.42.0",
|
||||
"better-sqlite3": "^9.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue