This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user