{
  "name": "@agentkitai/auth",
  "version": "0.1.0",
  "description": "Enterprise SSO/OIDC authentication for AgentLens",
  "type": "module",
  "license": "MIT",
  "author": "Amit Paz",
  "repository": {
    "type": "git",
    "url": "https://github.com/agentkitai/agentlens.git",
    "directory": "packages/auth"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "jose": "^6.2.4",
    "openid-client": "^6.8.4"
  },
  "peerDependencies": {
    "hono": "^4.0.0"
  },
  "devDependencies": {
    "hono": "^4.12.27",
    "tsup": "^8.5.0"
  }
}
