{
  "name": "@transcend-io/mcp-server-admin",
  "version": "1.1.0",
  "description": "Transcend MCP Server — Admin tools.",
  "homepage": "https://github.com/transcend-io/tools/tree/main/packages/mcp/mcp-server-admin",
  "license": "Apache-2.0",
  "author": "Transcend Inc.",
  "repository": {
    "type": "git",
    "url": "https://github.com/transcend-io/tools.git",
    "directory": "packages/mcp/mcp-server-admin"
  },
  "bin": {
    "transcend-mcp-admin": "./dist/cli.mjs"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "@transcend-io/source": "./src/index.ts",
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@graphql-typed-document-node/core": "^3.2.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "graphql": "^16.14.0",
    "zod": "^4.3.6",
    "@transcend-io/mcp-server-base": "2.5.1",
    "@transcend-io/privacy-types": "6.2.0"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@types/node": "^24.0.0",
    "publint": "^0.3.18",
    "tsdown": "^0.21.2",
    "typescript": "^6.0.0",
    "vitest": "^4.1.11"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "scripts": {
    "build": "tsdown",
    "test": "vitest run --config ../../../vitest.config.mcp.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "check:exports": "attw --pack . --ignore-rules cjs-resolves-to-esm",
    "check:publint": "publint --level warning --strict --pack pnpm"
  }
}