{
  "name": "zshi",
  "version": "0.4.4",
  "description": "A light intelligence in your zsh",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/shamilkotta/zshi#readme",
  "bugs": {
    "url": "https://github.com/shamilkotta/zshi/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shamilkotta/zshi.git"
  },
  "author": "Shamil",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "bin": {
    "zi": "./dist/bin/zi.js"
  },
  "exports": {
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "release": "bumpp --commit --tag && npm publish",
    "lint": "eslint .",
    "format": "prettier --write ."
  },
  "devDependencies": {
    "@eslint/css": "^0.11.0",
    "@eslint/js": "^9.35.0",
    "@eslint/json": "^0.13.2",
    "@eslint/markdown": "^7.2.0",
    "@types/node": "^22.15.17",
    "bumpp": "^10.1.0",
    "eslint": "^9.35.0",
    "eslint-config-prettier": "^10.1.8",
    "globals": "^16.4.0",
    "jiti": "^2.5.1",
    "prettier": "3.6.2",
    "tsdown": "^0.11.9",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.43.0",
    "vitest": "^3.1.3"
  },
  "dependencies": {
    "ai": "^5.0.44",
    "commander": "^14.0.0"
  },
  "packageManager": "pnpm@10.15.0",
  "keywords": [
    "zshi",
    "terminal",
    "cli",
    "zsh",
    "ai",
    "assistant"
  ]
}
