forked from HTTPArchive/custom-metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 853 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
36
37
38
{
"name": "custom-metrics",
"version": "1.0.0",
"description": "Custom metrics to use with WebPageTest agents",
"scripts": {
"prepare": "node bin/create-fugu-apis.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HTTPArchive/custom-metrics.git"
},
"keywords": [
"httparchive"
],
"author": "HTTPArchive",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/HTTPArchive/custom-metrics/issues"
},
"homepage": "https://github.com/HTTPArchive/custom-metrics#readme",
"devDependencies": {
"fugu-api-data": "^1.17.0",
"jest": "^29.7.0",
"webpagetest": "github:HTTPArchive/WebPageTest.api-nodejs"
},
"jest": {
"reporters": [
"default",
[
"github-actions",
{
"silent": false
}
]
]
}
}