{
  "name": "@rajaashish/ai-cli",
  "version": "1.0.7",
  "description": "AI-powered CLI tool with device flow authentication and conversational AI capabilities",
  "main": "src/index.js",
  "bin": {
    "ai": "src/cli/main.js"
  },
  "scripts": {
    "dev": "nodemon src/index.js",
    "start": "node src/index.js",
    "postinstall": "prisma generate"
  },
  "keywords": [
    "ai",
    "cli",
    "chatbot",
    "google-ai",
    "device-flow",
    "authentication",
    "conversational-ai"
  ],
  "author": "Aashish Raj <aashishraj.dev@gmail.com>",
  "license": "ISC",
  "type": "module",
  "dependencies": {
    "@ai-sdk/google": "^2.0.44",
    "@clack/prompts": "^0.11.0",
    "@prisma/client": "^6.19.0",
    "ai": "^5.0.106",
    "better-auth": "^1.4.10-beta.1",
    "boxen": "^8.0.1",
    "chalk": "^5.6.2",
    "commander": "^14.0.2",
    "cors": "^2.8.5",
    "dotenv": "^17.2.3",
    "express": "^5.1.0",
    "figlet": "^1.9.4",
    "fs": "^0.0.1-security",
    "marked": "^15.0.12",
    "marked-terminal": "^7.3.0",
    "open": "^11.0.0",
    "prisma": "^6.19.0",
    "yocto-spinner": "^1.0.0",
    "zod": "^4.1.13"
  },
  "devDependencies": {
    "@types/express": "^5.0.5",
    "@types/node": "^24.10.1"
  }
}
