{
  "name": "getcmd",
  "version": "1.0.11",
  "description": "AI-powered CLI that converts natural language into safe, cross-platform terminal commands",
  "main": "dist/index.js",
  "bin": {
    "getcmd": "dist/cli-ai.js",
    "getcmd-pattern": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/cli.ts",
    "dev-ai": "ts-node src/cli-ai.ts",
    "start": "node dist/cli.js",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "typecheck": "tsc --noEmit",
    "install-global": "npm run build && npm install -g .",
    "uninstall-global": "npm uninstall -g getcmd",
    "prepublishOnly": "npm run build && npm test",
    "prepack": "npm run build"
  },
  "keywords": [
    "cli",
    "ai",
    "commands",
    "natural-language",
    "terminal",
    "developer-tools",
    "gemini",
    "cross-platform",
    "safety"
  ],
  "author": "ShreyanshTiwari07",
  "license": "MIT",
  "homepage": "https://github.com/ShreyanshTiwari07/getcmd#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ShreyanshTiwari07/getcmd.git"
  },
  "bugs": {
    "url": "https://github.com/ShreyanshTiwari07/getcmd/issues"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "dist/",
    ".env",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@google/generative-ai": "^0.15.0",
    "chalk": "^4.1.2",
    "commander": "^11.0.0",
    "cross-spawn": "^7.0.3",
    "dotenv": "^16.4.0",
    "getcmd": "^1.0.10",
    "inquirer": "^8.2.6"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.0",
    "@types/inquirer": "^9.0.0",
    "@types/jest": "^29.5.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.44.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.0.0"
  }
}
