@cerbos/opentelemetry
Version:
OpenTelemetry instrumentation for the @cerbos/grpc and @cerbos/http client libraries
63 lines • 1.54 kB
JSON
{
"name": "@cerbos/opentelemetry",
"version": "0.6.2",
"description": "OpenTelemetry instrumentation for the @cerbos/grpc and @cerbos/http client libraries",
"repository": {
"type": "git",
"url": "git+https://github.com/cerbos/cerbos-sdk-javascript.git",
"directory": "packages/opentelemetry"
},
"homepage": "https://github.com/cerbos/cerbos-sdk-javascript/tree/main/packages/opentelemetry#readme",
"bugs": {
"url": "https://github.com/cerbos/cerbos-sdk-javascript/issues"
},
"author": "Cerbos <help@cerbos.dev> (https://cerbos.dev)",
"license": "Apache-2.0",
"engines": {
"node": ">= 20"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}
},
"files": [
"lib/**/*.d.ts",
"lib/**/*.d.ts.map",
"lib/**/*.js",
"lib/**/*.js.map",
"src/**/*.ts"
],
"keywords": [
"Cerbos",
"authorization",
"access control",
"roles",
"permissions",
"policy",
"security",
"role-based access control",
"RBAC",
"attribute-based access control",
"ABAC",
"policy decision point",
"PDP",
"OpenTelemetry",
"instrumentation",
"tracing",
"metrics"
],
"dependencies": {
"@cerbos/core": "^0.24.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "^0.203.0",
"@opentelemetry/semantic-conventions": "^1.36.0"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}