Update package.json
Browse files- package.json +1 -1
package.json
CHANGED
|
@@ -11,10 +11,10 @@
|
|
| 11 |
"license": "ISC",
|
| 12 |
"type": "commonjs",
|
| 13 |
"dependencies": {
|
|
|
|
| 14 |
"fs": "^0.0.1-security",
|
| 15 |
"os": "^0.1.2",
|
| 16 |
"path": "^0.12.7",
|
| 17 |
-
"pm2": "^6.0.13",
|
| 18 |
"puppeteer-real-browser": "^1.4.4"
|
| 19 |
}
|
| 20 |
}
|
|
|
|
| 11 |
"license": "ISC",
|
| 12 |
"type": "commonjs",
|
| 13 |
"dependencies": {
|
| 14 |
+
"express": "^5.1.0",
|
| 15 |
"fs": "^0.0.1-security",
|
| 16 |
"os": "^0.1.2",
|
| 17 |
"path": "^0.12.7",
|
|
|
|
| 18 |
"puppeteer-real-browser": "^1.4.4"
|
| 19 |
}
|
| 20 |
}
|