{
  "name": "@tempad-dev/mcp",
  "version": "0.7.1",
  "description": "MCP server for TemPad Dev.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ecomfe/tempad-dev.git",
    "directory": "packages/mcp-server"
  },
  "bin": "dist/cli.mjs",
  "files": [
    "README.md",
    "dist/**/*"
  ],
  "type": "module",
  "main": "dist/cli.mjs",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest --config vitest.config.ts",
    "test:run": "vitest run --config vitest.config.ts",
    "test:coverage": "vitest run --config vitest.config.ts --coverage",
    "lint": "eslint . --ext .ts,.mts,.cts,.js,.mjs,.cjs",
    "lint:fix": "eslint . --fix --ext .ts,.mts,.cts,.js,.mjs,.cjs",
    "format": "oxfmt -c ../../.oxfmtrc.json --ignore-path ../../.gitignore",
    "format:check": "oxfmt -c ../../.oxfmtrc.json --ignore-path ../../.gitignore --check",
    "prepublishOnly": "pnpm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "nanoid": "^5.1.16",
    "pino": "^10.3.1",
    "pino-pretty": "^13.1.3",
    "proper-lockfile": "^4.1.2",
    "ws": "^8.21.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@tempad-dev/shared": "workspace:^0.1.0",
    "@types/node": "^24.13.2",
    "@types/proper-lockfile": "^4.1.4",
    "@types/ws": "^8.18.1",
    "tsdown": "^0.22.3",
    "typescript": "^6.0.3",
    "unplugin-raw": "^0.7.0",
    "vitest": "4.1.10"
  },
  "engines": {
    "node": ">=18.20.0"
  }
}
