{
  "name": "@transcend-io/mcp-server-core",
  "version": "1.0.2",
  "description": "Shared infrastructure for Transcend MCP Server packages",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "zod": "^4.3.6"
  },
  "author": "Transcend <support@transcend.io>",
  "license": "MIT",
  "homepage": "https://github.com/transcend-io/MCP-server",
  "repository": {
    "type": "git",
    "url": "https://github.com/transcend-io/MCP-server.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/transcend-io/MCP-server/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
