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