-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 888 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 888 Bytes
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
{
"name": "thailand-web-landscape",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"license": "MIT",
"scripts": {
"extend": "CHROMIUM_BIN='/Applications/Google Chrome Dev.app/Contents/MacOS/Google Chrome Dev' node run-extend-url.mjs",
"analyze": "CHROMIUM_BIN='/Applications/Google Chrome Dev.app/Contents/MacOS/Google Chrome Dev' node run-analyze.mjs"
},
"dependencies": {
"axios": "^1.6.2",
"csvtojson": "^2.0.10",
"flat": "^6.0.1",
"lighthouse": "^10.3.0",
"poolifier": "^3.0.10",
"puppeteer": "^21.6.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"wappalyzer": "6.10.63"
},
"devDependencies": {
"eslint": "^8.55.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-promise": "^6.1.1"
}
}