{
  "name": "@snokam/mcp-cvpartner",
  "version": "3.2.0",
  "description": "MCP server for CVPartner CV management with Claude Code",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "snokam-cvpartner-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "tsx": "^4.23.1",
    "typescript": "^6.0.2"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  }
}
