{
  "name": "@morphllm/morphmcp",
  "version": "0.8.213",
  "description": "Fast & accurate MCP server with AI-powered file editing and intelligent code search. Prevents context pollution and saves time for a better user experience.",
  "license": "MIT",
  "author": "Morph (https://morphllm.com)",
  "homepage": "https://morphllm.com",
  "bugs": "https://github.com/modelcontextprotocol/servers/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/morphllm",
    "directory": "filesystem"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "morph-mcp": "dist/index.js"
  },
  "files": [
    "dist/*.js",
    "dist/*.d.ts",
    "!dist/__tests__/**",
    "README.md"
  ],
  "scripts": {
    "build": "tsc && shx chmod +x dist/*.js",
    "build:obfuscated": "npm run build && npm run obfuscate",
    "obfuscate": "npx javascript-obfuscator dist --output dist --target node --compact true --string-array true --exclude '**/dist/__tests__/**'",
    "prepare": "npm run build:obfuscated",
    "watch": "tsc --watch",
    "test": "jest --config=jest.config.cjs --coverage"
  },
  "dependencies": {
    "@google/generative-ai": "^0.21.0",
    "@modelcontextprotocol/sdk": "^1.12.3",
    "@morphllm/morphsdk": "0.2.196",
    "@vscode/ripgrep": "^1.15.14",
    "axios": "^1.6.0",
    "chalk": "^5.3.0",
    "diff": "^5.1.0",
    "glob": "^10.3.10",
    "minimatch": "^10.0.1",
    "openai": "^4.52.7",
    "p-defer": "^4.0.0",
    "semver": "^7.6.3",
    "string-argv": "^0.3.2",
    "zod": "^3.23.5",
    "zod-to-json-schema": "^3.23.5"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/diff": "^5.0.9",
    "@types/jest": "^29.5.14",
    "@types/minimatch": "^5.1.2",
    "@types/node": "^22",
    "@types/semver": "^7.5.8",
    "javascript-obfuscator": "^4.1.1",
    "jest": "^29.7.0",
    "shx": "^0.3.4",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.2"
  }
}
