{
  "name": "quackstack",
  "version": "2.0.0",
  "description": "Your cracked unpaid intern for all things codebase related! AI-powered codebase search and Q&A.",
  "type": "module",
  "main": "dist/cli.cjs",
  "bin": {
    "quack": "./dist/cli.cjs"
  },
  "files": [
    "dist",
    "prisma",
    "node_modules/.prisma",
    "node_modules/@prisma/client",
    "README.md",
    "LICENSE",
    ".npmrc"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "prisma generate && tsc -b",
    "dev": "tsc -b && node dist/cli.cjs",
    "prepare": "prisma generate",
    "prepack": "prisma generate",
    "postinstall": "prisma generate"
  },
  "keywords": [
    "cli",
    "ai",
    "embeddings",
    "code-search",
    "codebase",
    "cursor",
    "cursor-ai",
    "semantic-search",
    "code-assistant",
    "openai",
    "claude",
    "gemini",
    "deepseek",
    "mistral",
    "developer-tools",
    "productivity"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/woustachemax/quackstack.git"
  },
  "homepage": "https://github.com/woustachemax/quackstack#readme",
  "bugs": {
    "url": "https://github.com/woustachemax/quackstack/issues"
  },
  "author": {
    "name": "woustachemax",
    "url": "https://github.com/woustachemax"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.68.0",
    "@babel/parser": "^7.28.5",
    "@babel/traverse": "^7.28.5",
    "@google/generative-ai": "^0.24.1",
    "@prisma/client": "^6.16.3",
    "chalk": "^5.6.2",
    "chalk-animation": "^2.0.3",
    "commander": "^14.0.1",
    "crypto": "^1.0.1",
    "dotenv": "^17.2.3",
    "openai": "^6.0.1",
    "prisma": "^6.16.3"
  },
  "devDependencies": {
    "@types/babel__traverse": "^7.28.0",
    "@types/chalk-animation": "^1.6.3",
    "@types/node": "^20.0.0",
    "typescript": "^5.9.3"
  }
}
