Spaces:
Sleeping
Sleeping
Update package.json
Browse files- package.json +17 -17
package.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
}
|
|
|
1 |
{
|
2 |
+
"name": "docker_web_app",
|
3 |
+
"version": "1.0.0",
|
4 |
+
"description": "Node.js on Docker",
|
5 |
+
"author": "First Last <[email protected]>",
|
6 |
+
"main": "server.js",
|
7 |
+
"scripts": {
|
8 |
+
"start": "node server.js",
|
9 |
+
"postinstall": "npx playwright install --with-deps"
|
10 |
+
},
|
11 |
+
"dependencies": {
|
12 |
+
"fastify": "^4.0.0",
|
13 |
+
"fs": "latest",
|
14 |
+
"playwright": "^1.41.0",
|
15 |
+
"playwright-extra": "latest",
|
16 |
+
"puppeteer-extra-plugin-stealth": "latest"
|
17 |
+
}
|
18 |
+
}
|