-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.44 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
47
48
{
"name": "@hasura/ndc-sdk-typescript",
"version": "8.0.0-rc.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./instrumentation": "./dist/instrumentation.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"regenerate-schema": "./typegen/regenerate-schema.sh",
"build": "tsc"
},
"keywords": [
"hasura",
"ndc"
],
"author": "Hasura",
"license": "Apache-2.0",
"dependencies": {
"@json-schema-tools/meta-schema": "^1.7.0",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.53.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.53.0",
"@opentelemetry/instrumentation-fastify": "^0.36.0",
"@opentelemetry/instrumentation-fetch": "^0.53.0",
"@opentelemetry/instrumentation-http": "^0.53.0",
"@opentelemetry/instrumentation-pino": "^0.38.0",
"@opentelemetry/resources": "^1.24.0",
"@opentelemetry/sdk-metrics": "^1.24.0",
"@opentelemetry/sdk-node": "^0.51.0",
"@opentelemetry/semantic-conventions": "^1.24.0",
"commander": "^11.0.0",
"fastify": "^4.23.2",
"pino-pretty": "^10.2.3",
"prom-client": "^15.1.2",
"semver": "^7.6.3"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18.11.9",
"@types/semver": "^7.5.8",
"json-schema-to-typescript": "^13.1.1",
"typescript": "^5.6.3"
}
}