File size: 452 Bytes
efead7f
c972602
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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"
  }
}