{
  "name": "@aauth/mcp-agent",
  "version": "2.0.0",
  "description": "Authenticated MCP transport with HTTP Signatures for AAuth agents",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "aauth",
    "mcp",
    "http-signatures"
  ],
  "author": "Dick Hardt <dick.hardt@hello.coop>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aauth-dev/packages-js",
    "directory": "mcp-agent"
  },
  "dependencies": {
    "@hellocoop/httpsig": "^2.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  }
}
