{
  "name": "izi",
  "version": "4.0.0",
  "description": "Official CLI tool for managing prompts on gitizi.com",
  "main": "dist/index.js",
  "bin": {
    "izi": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gitizihq/izi.git"
  },
  "bugs": {
    "url": "https://github.com/Gitizihq/izi/issues"
  },
  "homepage": "https://gitizi.com",
  "scripts": {
    "build": "npx tsc && chmod +x dist/index.js",
    "dev": "npx ts-node src/index.ts",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "gitizi",
    "cli",
    "prompts",
    "ai",
    "prompt-engineering",
    "prompt-management",
    "artificial-intelligence",
    "llm",
    "chatgpt",
    "claude"
  ],
  "author": "Gitizi <support@gitizi.com>",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "examples"
  ],
  "dependencies": {
    "@supabase/supabase-js": "^2.76.1",
    "axios": "^1.12.2",
    "axios-retry": "^4.5.0",
    "chalk": "^4.1.2",
    "commander": "^14.0.2",
    "conf": "^10.2.0",
    "gray-matter": "^4.0.3",
    "inquirer": "^12.10.0",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.9",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.9.1",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}
