Files
Bram c8f41768f7
Build and Push Docker Images / build-and-push (push) Successful in 3m49s
basic playwright api
2025-11-20 14:46:07 +01:00

17 lines
437 B
JSON

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