{
  "name": "@ciandt-flow/cli",
  "version": "2.7.1",
  "description": "TUI for browsing and installing Claude Code plugins from the Flow ecosystem",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "flow": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CI-T-HyperX/flow-plugins-cli"
  },
  "scripts": {
    "build": "npm run typecheck && tsup",
    "typecheck": "tsc --noEmit",
    "dev": "NODE_ENV=development tsx --env-file=.env src/cli.tsx",
    "dev:watch": "tsup --watch & sleep 2 && node --watch dist/index.js",
    "start": "node dist/index.js",
    "test": "vitest run --coverage",
    "test:watch": "vitest",
    "lint": "eslint src/**/*.{ts,tsx} tests/**/*.{ts,tsx}",
    "lint:fix": "eslint src/**/*.{ts,tsx} tests/**/*.{ts,tsx} --fix",
    "prettier": "prettier --write \"src/**/*.{ts,tsx,js,json}\" \"tests/**/*.{ts,tsx}\"",
    "format": "npm run prettier && npm run lint:fix",
    "prepare": "husky",
    "changeset": "changeset",
    "version-packages": "changeset version",
    "release:npm": "npm run build && changeset publish",
    "security-scan": "trufflehog filesystem src/ --fail --no-update",
    "prepublishOnly": "npm run security-scan"
  },
  "keywords": [
    "cli",
    "plugins",
    "flow",
    "claude",
    "tui"
  ],
  "author": {
    "name": "CI&T Flow Team",
    "email": "flow@ciandt.com"
  },
  "dependencies": {
    "@tanstack/react-query": "5.101.0",
    "boxen": "8.0.1",
    "chalk": "5.6.2",
    "commander": "11.1.0",
    "conf": "15.1.0",
    "dotenv": "17.4.2",
    "execa": "9.6.1",
    "http-status-codes": "2.3.0",
    "ink": "7.0.6",
    "ink-big-text": "2.0.0",
    "ink-gradient": "4.0.1",
    "ink-spinner": "5.0.0",
    "jsonwebtoken": "9.0.3",
    "ky": "2.0.2",
    "proper-lockfile": "4.1.2",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "semver": "7.8.4",
    "simple-git": "3.36.0",
    "unzipper": "^0.12.5",
    "yaml": "2.9.0",
    "yocto-spinner": "1.2.0",
    "zod": "4.4.3",
    "zustand": "5.0.14"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.7.0",
    "@changesets/cli": "^2.30.0",
    "@eslint/js": "^9.39.2",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/node": "^20.10.6",
    "@types/proper-lockfile": "^4.1.4",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@types/semver": "^7.7.1",
    "@types/unzipper": "^0.10.11",
    "@vitejs/plugin-react": "^6.0.1",
    "@vitest/coverage-v8": "^4.1.4",
    "eslint": "^10.2.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "husky": "^9.1.7",
    "ink-testing-library": "^4.0.0",
    "nanoid": "^3.3.18",
    "prettier": "^3.8.1",
    "tsup": "^8.0.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3",
    "typescript-eslint": "^8.54.0",
    "vitest": "^4.1.4"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "overrides": {
    "flatted": ">=3.4.2",
    "esbuild": ">=0.25.0",
    "picomatch": ">=4.0.4",
    "vite": "^8.0.0",
    "ws": ">=8.21.0",
    "js-yaml": ">=4.3.1",
    "fast-uri": "^3.1.7"
  },
  "optionalDependencies": {
    "@esbuild/darwin-arm64": "^0.28.0"
  }
}
