{
  "name": "@vibeuniv/mcp-server",
  "version": "0.3.12",
  "description": "VibeUniv MCP Server - Sync your vibe-coded projects for tech stack analysis and learning",
  "type": "module",
  "bin": {
    "vibeuniv-mcp": "dist/index.js"
  },
  "main": "./dist/index.js",
  "scripts": {
    "build": "tsc && chmod 755 dist/index.js",
    "dev": "tsx src/index.ts"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "mcp",
    "vibeuniv",
    "vibe-coding",
    "tech-stack",
    "learning"
  ],
  "engines": {
    "node": ">=18"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vibestack/vibestack.git",
    "directory": "packages/mcp-server"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "glob": "^13.0.6",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  }
}
