{
  "name": "prexist",
  "version": "1.0.2",
  "mcpName": "io.github.RishabhKodes/prexist",
  "description": "MCP server exposing Prexist product and skill research tools",
  "type": "module",
  "license": "MIT",
  "author": "Rishabh Bhandari",
  "repository": {
    "type": "git",
    "url": "https://github.com/RishabhKodes/prexist.git",
    "directory": "mcp-server"
  },
  "homepage": "https://github.com/RishabhKodes/prexist/tree/main/mcp-server",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "product-research",
    "market-research",
    "claude",
    "cursor"
  ],
  "main": "dist/index.js",
  "bin": {
    "prexist": "dist/index.js"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1"
  },
  "devDependencies": {
    "@types/node": "^22.15.2",
    "tsx": "^4.19.0",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
