{
  "name": "promptpilot-ai",
  "version": "0.10.2",
  "description": "AI context layer for Claude Code, Cursor, Gemini CLI, and Antigravity — scans your web, backend, or mobile codebase once so AI understands your architecture, stack, and patterns without blind file hunting",
  "type": "module",
  "bin": {
    "promptpilot-ai": "./bin/cli.js"
  },
  "files": [
    "bin",
    "src",
    "templates",
    "assets",
    "README.md"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tvamit/claudex.git"
  },
  "homepage": "https://github.com/tvamit/claudex#readme",
  "bugs": {
    "url": "https://github.com/tvamit/claudex/issues"
  },
  "author": {
    "name": "tvamit",
    "url": "https://github.com/tvamit"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tvamit"
  },
  "keywords": [
    "claude-code",
    "cursor",
    "cursor-ai",
    "cursor-rules",
    "claude",
    "gemini",
    "gemini-cli",
    "antigravity",
    "agents-md",
    "ai-context",
    "codebase-context",
    "llm",
    "ai-coding",
    "prompt-engineering",
    "claude-md",
    "mdc",
    "developer-tools",
    "dx",
    "nextjs",
    "nestjs",
    "react",
    "typescript",
    "laravel",
    "php",
    "python",
    "django",
    "fastapi",
    "flask",
    "react-native",
    "expo",
    "flutter",
    "dart",
    "android",
    "kotlin",
    "ios",
    "swift",
    "mobile",
    "jetpack-compose",
    "swiftui",
    "monorepo",
    "multi-repo",
    "ai-assistant",
    "copilot",
    "code-context",
    "project-context",
    "ai-tools"
  ],
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "node bin/cli.js --version",
    "dev": "node bin/cli.js"
  },
  "devDependencies": {
    "vitest": "^1.6.0"
  }
}
