{
  "name": "@jschuller/perplexity-mcp",
  "version": "2.0.1",
  "description": "Enhanced Perplexity MCP server with advanced Deep Research parameters for Claude Desktop and Roo Code",
  "main": "dist/index.js",
  "bin": {
    "perplexity-mcp": "bin.js"
  },
  "type": "module",
  "scripts": {
    "start": "tsx --env-file .env src/index.ts",
    "build": "tsc --build",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jschuller/perplexity-mcp.git"
  },
  "homepage": "https://github.com/jschuller/perplexity-mcp#readme",
  "bugs": {
    "url": "https://github.com/jschuller/perplexity-mcp/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.5.0",
    "dotenv": "^16.3.1",
    "node-fetch": "^3.3.2",
    "tsx": "^4.6.2"
  },
  "devDependencies": {
    "@types/node": "^20.10.4",
    "typescript": "^5.3.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "perplexity",
    "mcp",
    "claude",
    "api",
    "search",
    "research",
    "npx",
    "roo-code"
  ],
  "author": "jschuller",
  "license": "MIT",
  "files": [
    "dist",
    "bin.js",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ]
}