-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.31 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
44
45
46
{
"name": "@myrotvorets/express-otel-middlewares",
"version": "1.2.3",
"description": "",
"type": "module",
"exports": "./dist/index.mjs",
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"lint": "eslint -f gha .",
"lint:fix": "eslint --fix .",
"prepare": "npm run build",
"test": "exit 0"
},
"keywords": [],
"author": "Myrotvorets <support@myrotvorets.center> (https://myrotvorets.center/)",
"license": "MIT",
"types": "./dist/index.d.mts",
"files": [
"./dist/*.mjs",
"./dist/*.d.mts",
"./dist/*.map"
],
"peerDependencies": {
"@myrotvorets/express-request-logger": "^1.2.1",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/core": "^1.23.0",
"@opentelemetry/semantic-conventions": "^1.26.0"
},
"devDependencies": {
"@myrotvorets/eslint-config-myrotvorets-ts": "^2.26.0",
"@myrotvorets/express-microservice-middlewares": "^3.1.0",
"@myrotvorets/express-request-logger": "^1.2.1",
"@myrotvorets/oav-installer": "^5.0.0",
"@myrotvorets/otel-utils": "^1.3.1",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/core": "^1.23.0",
"@opentelemetry/semantic-conventions": "^1.26.0",
"@types/express": "^5.0.0",
"eslint-formatter-gha": "^1.4.3"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}