UNPKG

@cerbos/grpc

Version:

Client library for interacting with the Cerbos policy decision point service over gRPC from server-side Node.js applications

60 lines 1.44 kB
{ "name": "@cerbos/grpc", "version": "0.23.0", "description": "Client library for interacting with the Cerbos policy decision point service over gRPC from server-side Node.js applications", "repository": { "type": "git", "url": "git+https://github.com/cerbos/cerbos-sdk-javascript.git", "directory": "packages/grpc" }, "homepage": "https://github.com/cerbos/cerbos-sdk-javascript/tree/main/packages/grpc#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", "gRPC", "server-side" ], "dependencies": { "@bufbuild/protobuf": "^2.6.3", "@cerbos/core": "^0.24.0", "@grpc/grpc-js": "^1.13.4" }, "publishConfig": { "access": "public", "provenance": true } }