-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 926 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 926 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
30
31
32
33
34
35
{
"name": "web-performance-observer",
"version": "1.0.0",
"description": "Web Performance Observer",
"private": true,
"engines": {
"node": ">=16.17.1",
"npm": ">=8.15.0"
},
"scripts": {
"test": "jest",
"start": "ts-node main.ts"
},
"author": "Retty Web Development <engineer@retty.me>",
"devDependencies": {
"@types/jest": "^29.2.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"eslint": "^8.25.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.0",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {
"@datadog/datadog-api-client": "^1.5.0",
"chrome-launcher": "^0.15.1",
"jest": "^29.3.0",
"lighthouse": "^9.6.7"
}
}