{
  "name": "@n24q02m/mcp-core",
  "version": "1.21.0",
  "description": "Unified MCP Streamable HTTP 2025-11-25 transport, OAuth 2.1 AS, lifecycle, install",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "streamable-http",
    "oauth21",
    "transport",
    "claude",
    "cursor",
    "copilot",
    "codex",
    "opencode"
  ],
  "author": {
    "name": "n24q02m",
    "url": "https://github.com/n24q02m"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/n24q02m/mcp-core.git",
    "directory": "packages/core-ts"
  },
  "homepage": "https://github.com/n24q02m/mcp-core",
  "bugs": {
    "url": "https://github.com/n24q02m/mcp-core/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build/",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "import": "./build/index.js",
      "types": "./build/index.d.ts"
    },
    "./crypto": {
      "import": "./build/crypto/index.js",
      "types": "./build/crypto/index.d.ts"
    },
    "./storage": {
      "import": "./build/storage/index.js",
      "types": "./build/storage/index.d.ts"
    },
    "./relay": {
      "import": "./build/relay/client.js",
      "types": "./build/relay/client.d.ts"
    },
    "./schema": {
      "import": "./build/schema/types.js",
      "types": "./build/schema/types.d.ts"
    },
    "./oauth": {
      "import": "./build/oauth/index.js",
      "types": "./build/oauth/index.d.ts"
    },
    "./auth": {
      "import": "./build/auth/index.js",
      "types": "./build/auth/index.d.ts"
    },
    "./transport": {
      "import": "./build/transport/index.js",
      "types": "./build/transport/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "test": "vitest --passWithNoTests",
    "test:coverage": "vitest --coverage --passWithNoTests",
    "check": "biome check . && bun run type-check",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "better-sqlite3": "^13.0.1",
    "env-paths": "^4.0.0",
    "jose": "^6.2.3"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.4",
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^26.1.1",
    "@vitest/coverage-v8": "^4.1.10",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  },
  "engines": {
    "node": ">=24.18.0"
  },
  "packageManager": "bun@1.2.21"
}
