@cerbos/http
Version:
Client library for interacting with the Cerbos policy decision point service over HTTP from browser-based applications
67 lines (66 loc) • 1.51 kB
JSON
{
"name": "@cerbos/http",
"version": "0.26.0",
"type": "module",
"description": "Client library for interacting with the Cerbos policy decision point service over HTTP from browser-based applications",
"repository": {
"type": "git",
"url": "git+https://github.com/cerbos/cerbos-sdk-javascript.git",
"directory": "packages/http"
},
"homepage": "https://github.com/cerbos/cerbos-sdk-javascript/tree/main/packages/http#readme",
"bugs": {
"url": "https://github.com/cerbos/cerbos-sdk-javascript/issues"
},
"author": "Cerbos <help@cerbos.dev> (https://www.cerbos.dev)",
"license": "Apache-2.0",
"engines": {
"node": ">= 20"
},
"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",
"HTTP",
"REST",
"browser"
],
"peerDependencies": {
"@bufbuild/protobuf": "^2.11.0",
"@cerbos/api": "^0.6.0"
},
"dependencies": {
"@cerbos/core": "^0.28.0",
"qs": "^6.14.1"
},
"devDependencies": {
"@types/qs": "6.14.0"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}