UNPKG

@hasura/ndc-sdk-typescript

Version:

This SDK is mostly analogous to the Rust SDK, except where necessary.

50 lines (49 loc) 1.5 kB
{ "name": "@hasura/ndc-sdk-typescript", "version": "8.2.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": { "@fastify/compress": "^7.0.3", "@json-schema-tools/meta-schema": "^1.7.0", "@opentelemetry/api": "^1.8.0", "@opentelemetry/exporter-metrics-otlp-grpc": "^0.53.0", "@opentelemetry/exporter-metrics-otlp-proto": "^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.8.2" } }