-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.25 KB
/
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
39
40
41
42
43
{
"name": "web-speed-test-server",
"version": "1.2.2",
"private": true,
"scripts": {
"test": "mocha",
"start": "node start.js",
"start-with-instrumentation": "node --require ./instrumentation.js start.js",
"postinstall": "patch-package"
},
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-prometheus": "^0.56.0",
"@opentelemetry/resources": "^1.29.0",
"@opentelemetry/sdk-node": "^0.56.0",
"@opentelemetry/semantic-conventions": "^1.28.0",
"async": "^3.2.6",
"async-mutex": "^0.5.0",
"body-parser": "~1.20.3",
"bytes": "^3.1.2",
"cloudinary": "1.41.3",
"config": "^3.3.12",
"cookie-parser": "~1.4.7",
"debug": "~4.4.0",
"dotenv": "^16.4.7",
"express": "~4.21.2",
"got": "^14.4.5",
"lodash": "^4.17.21",
"rollbar": "^2.26.4",
"valid-url": "^1.0.9"
},
"devDependencies": {
"chai": "^4.5.0",
"chai-http": "^4.4.0",
"husky": "^8.0.3",
"mocha": "^10.8.2",
"nock": "^13.5.6",
"patch-package": "^8.0.0",
"sinon": "^16.1.3",
"sinon-chai": "^3.7.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}