basic playwright api
Build and Push Docker Images / build-and-push (push) Successful in 3m49s

This commit is contained in:
2025-11-20 14:46:07 +01:00
parent 11314a38a8
commit c8f41768f7
12 changed files with 847 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "playwright-node-api",
"version": "1.0.0",
"description": "Node.js API using Playwright to fetch webpage HTML with caching",
"main": "index.js",
"author": "Bram Kelchtermans",
"license": "MIT",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.18.2",
"playwright": "^1.40.0",
"better-sqlite3": "^9.2.2",
"pg": "^8.11.3"
}
}