{
  "name": "@ory/argus",
  "version": "1.2.4",
  "description": "Ory Argus: the core API for building authentication, authorization, and audit into AI agent harness plugins, extensions, and custom integrations",
  "license": "Apache-2.0",
  "homepage": "https://ory.com",
  "keywords": [
    "ory",
    "argus",
    "identity",
    "identity-management",
    "iam",
    "authentication",
    "authorization",
    "access-control",
    "permissions",
    "rbac",
    "relbac",
    "zanzibar",
    "oauth",
    "oauth2",
    "openid",
    "openid-connect",
    "oidc",
    "session",
    "session-management",
    "mfa",
    "sso",
    "jwt",
    "pkce",
    "audit",
    "audit-log",
    "compliance",
    "agent",
    "ai-agent",
    "agent-security",
    "guardrails",
    "llm",
    "observability",
    "kratos",
    "keto",
    "hydra"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "provenance": true
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./testing": "./src/testing.ts"
  },
  "files": [
    "dist",
    "assets",
    "!dist/**/*.tsbuildinfo"
  ],
  "dependencies": {
    "@ory/client": "^1.22.37",
    "@vscode/tree-sitter-wasm": "^0.3.1",
    "open": "^11.0.0",
    "web-tree-sitter": "^0.26.11"
  },
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "tsc && node ./scripts/gen-build-info.mjs",
    "clean": "rm -rf dist *.tsbuildinfo",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  }
}