{
  "name": "@paretools/swift",
  "version": "0.22.2",
  "mcpName": "io.github.Dave-London/pare-swift",
  "description": "MCP server for Swift — structured build, test, and package manager data for AI agents",
  "license": "MIT",
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "structured-output",
    "ai",
    "ai-agent",
    "claude",
    "cursor",
    "copilot",
    "token-efficient",
    "devtools",
    "cli",
    "swift",
    "swiftpm",
    "xcode",
    "apple",
    "ios",
    "macos"
  ],
  "homepage": "https://github.com/Dave-London/Pare/tree/main/packages/server-swift",
  "engines": {
    "node": ">=20"
  },
  "type": "module",
  "bin": {
    "pare-swift": "./dist/index.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Dave-London/Pare.git",
    "directory": "packages/server-swift"
  },
  "bugs": {
    "url": "https://github.com/Dave-London/Pare/issues"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.30.0",
    "zod": "^4.4.3",
    "@paretools/shared": "0.22.2"
  },
  "devDependencies": {
    "@types/node": "^26.2.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10",
    "@paretools/tsconfig": "0.0.0"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage",
    "lint": "eslint src/"
  }
}