UNPKG

@cerbos/http

Version:

Client library for interacting with the Cerbos policy decision point service over HTTP from browser-based applications

63 lines 1.45 kB
{ "name": "@cerbos/http", "version": "0.23.0", "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://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", "HTTP", "REST", "browser" ], "dependencies": { "@cerbos/core": "^0.24.0", "qs": "^6.14.0" }, "devDependencies": { "@types/qs": "6.14.0" }, "publishConfig": { "access": "public", "provenance": true } }