-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 957 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
{
"name": "web-speed-hackathon-scoring-server",
"version": "1.0.0",
"main": "dist/index.js",
"private": true,
"repository": "[email protected]:CyberAgentHack/web-speed-hackathon-scoring-server.git",
"author": "nodaguti <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc",
"scoring": "node dist/cli/scoring.js"
},
"devDependencies": {
"@types/config": "^0.0.38",
"@types/lodash.floor": "^4.0.6",
"@types/node": "^15.0.3",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
},
"dependencies": {
"@types/node-fetch": "^2.5.10",
"chrome-launcher": "^0.13.4",
"config": "^3.3.6",
"lighthouse": "^7.4.0",
"lodash.floor": "^4.0.4",
"node-fetch": "^2.6.1",
"option-t": "^25.4.0",
"puppeteer-core": "^9.1.1"
}
}