Add sqlite dep
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run

This commit is contained in:
g00dvin 2025-09-12 09:39:06 +00:00
parent 361fa4fafe
commit a5a0ed828d
2 changed files with 390 additions and 2 deletions

View file

@ -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"
}
}