deepcek / package.json
deepak191z's picture
Update package.json
c972602 verified
raw
history blame contribute delete
452 Bytes
{
"name": "docker_web_app",
"version": "1.0.0",
"description": "Node.js on Docker",
"author": "First Last <first.last@example.com>",
"main": "server.js",
"scripts": {
"start": "node server.js",
"postinstall": "npx playwright install --with-deps"
},
"dependencies": {
"fastify": "^4.0.0",
"fs": "latest",
"playwright": "^1.41.0",
"playwright-extra": "latest",
"puppeteer-extra-plugin-stealth": "latest"
}
}