{
  "name": "@cerbos/http",
  "version": "0.28.1",
  "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.12.0",
    "@cerbos/api": "^0.8.0"
  },
  "dependencies": {
    "@cerbos/core": "^0.31.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
