{
  "name": "@suveren/gateway",
  "version": "0.3.9",
  "description": "Suveren gateway — local agent gateway built in compliance with the Human Agency Protocol (HAP). Runs the UI, control plane, and MCP server in one Node process.",
  "type": "module",
  "main": "server.js",
  "bin": {
    "suveren-gateway": "bin/suveren-gateway.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "files": [
    "bin",
    "dist",
    "scripts",
    "content",
    "profiles",
    "server.js",
    "README.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@hap/core": "npm:@humanagencyp/hap-core@^0.6.1",
    "@hpke/core": "^1.9.0",
    "express": "^4.18.0",
    "http-proxy-middleware": "^3.0.0",
    "@modelcontextprotocol/sdk": "^1.12.1",
    "zod": "^3.22.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/suverenai/suveren-gateway.git"
  },
  "homepage": "https://www.suveren.ai",
  "license": "MIT",
  "keywords": [
    "suveren",
    "hap",
    "human-agency-protocol",
    "ai-agent",
    "mcp",
    "gateway",
    "authorization"
  ],
  "bundledDependencies": [
    "@hap/core",
    "@hpke/core",
    "express",
    "http-proxy-middleware",
    "@modelcontextprotocol/sdk",
    "zod"
  ]
}
