{
  "name": "@cerbos/http",
  "version": "0.21.2",
  "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": ">= 18"
  },
  "main": "./lib/index.js",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "types": "./lib/index.d.ts",
  "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.21.1",
    "qs": "^6.14.0"
  },
  "devDependencies": {
    "@types/qs": "6.9.18"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}