UNPKG

cerbos

Version:

The cerbos binary

45 lines (44 loc) 985 B
{ "name": "cerbos", "version": "0.46.0", "description": "The cerbos binary", "repository": { "type": "git", "url": "git+https://github.com/cerbos/cerbos.git", "directory": "npm/packages/cerbos" }, "homepage": "https://cerbos.dev", "bugs": { "url": "https://github.com/cerbos/cerbos/issues" }, "author": "Cerbos <help@cerbos.dev> (https://cerbos.dev)", "license": "Apache-2.0", "bin": { "cerbos": "index.js" }, "files": [ "index.js" ], "keywords": [ "Cerbos", "authorization", "access control", "roles", "permissions", "policy", "security", "role-based access control", "RBAC", "attribute-based access control", "ABAC", "policy decision point", "PDP" ], "scripts": {}, "optionalDependencies": { "@cerbos/cerbos-darwin-arm64": "0.46.0", "@cerbos/cerbos-darwin-x64": "0.46.0", "@cerbos/cerbos-linux-arm64": "0.46.0", "@cerbos/cerbos-linux-x64": "0.46.0" } }