-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 872 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "new-folder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"chrome-launcher": "^1.1.0",
"chrome-remote-interface": "^0.33.0",
"cors": "^2.8.5",
"debug": "^4.3.4",
"escape-string-regexp": "^5.0.0",
"express": "^4.18.2",
"express-formidable": "^1.2.0",
"is-docker": "^3.0.0",
"is-wsl": "^3.1.0",
"lighthouse-logger": "^2.0.1",
"marky": "^1.2.5",
"ms": "^2.1.3",
"multer": "^1.4.5-lts.1",
"puppeteer": "^21.6.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"undici-types": "^6.0.1"
},
"scripts": {
"build": "npm i;npx puppeteer browsers install chrome;",
"start": "npm run build;node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/multer": "^1.4.11"
}
}