{
  "name": "@mentagen/mcp",
  "version": "0.8.6",
  "description": "MCP server for Mentagen knowledge base integration with Cursor",
  "type": "module",
  "bin": "dist/index.js",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "scripts": {
    "clean": "rm -rf dist",
    "prebuild": "yarn clean",
    "build": "tsc --project tsconfig.build.json",
    "verify": "node scripts/verify-build.js",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "prepublishOnly": "yarn test && yarn build && yarn verify",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "mcp",
    "mentagen",
    "cursor",
    "knowledge-base",
    "ai"
  ],
  "license": "UNLICENSED",
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.26.0",
    "@resvg/resvg-js": "^2.6.2",
    "ejson2": "^1.1.0",
    "papaparse": "^5.5.3",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/node": "^22.10.5",
    "@types/papaparse": "^5.5.2",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3",
    "vitest": "^3.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "resolutions": {
    "@isaacs/brace-expansion": "^5.0.1",
    "minimatch": "^10.1.2",
    "tar": "^7.5.7"
  }
}
