{
  "name": "@aindreyway/mcp-codex-keeper",
  "version": "1.1.10",
  "description": "An intelligent MCP server that serves as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices",
  "type": "module",
  "main": "build/index.js",
  "bin": {
    "mcp-codex-keeper": "build/index.js"
  },
  "scripts": {
    "build": "tsc && chmod +x build/index.js",
    "start": "cross-env NODE_OPTIONS='--max-old-space-size=256' npm_config_cache_max=1024000000 node build/index.js",
    "dev": "tsc -w",
    "prepublishOnly": "npm run build",
    "local": "cross-env NODE_OPTIONS='--max-old-space-size=256' MCP_ENV=local npm_config_cache_max=1024000000 node build/index.js",
    "update-version": "node scripts/update-version.js",
    "version": "npm run update-version && git add -A",
    "postversion": "git push && git push --tags",
    "deploy": "npm run build && git add . && git commit -m \"chore: prepare for release\" && npm version patch && npm publish --access public && git push --tags && git push"
  },
  "keywords": [
    "mcp",
    "documentation",
    "cline",
    "sonnet",
    "assistant",
    "development",
    "best-practices",
    "aindreyway",
    "typescript"
  ],
  "author": "aindreyway",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "latest",
    "axios": "^1.6.2",
    "node-fetch": "^3.3.2"
  },
  "devDependencies": {
    "@types/node": "^20.10.4",
    "cross-env": "^7.0.3",
    "typescript": "^5.3.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aindreyway/mcp-codex-keeper.git"
  },
  "bugs": {
    "url": "https://github.com/aindreyway/mcp-codex-keeper/issues"
  },
  "homepage": "https://github.com/aindreyway/mcp-codex-keeper#readme",
  "engines": {
    "node": ">=18.0.0"
  }
}
