{
  "name": "squeezr-code",
  "version": "1.0.18",
  "description": "All for One",
  "type": "module",
  "bin": {
    "sq": "bin/sq.js"
  },
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node bin/sq.js",
    "lint": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@types/react": "^19.2.14",
    "ink": "^7.0.1",
    "ink-text-input": "^6.0.0",
    "pdf-parse": "^2.4.5",
    "react": "^19.2.5",
    "smol-toml": "^1.3.1"
  },
  "peerDependencies": {
    "squeezr-ai": ">=1.21.0"
  },
  "peerDependenciesMeta": {
    "squeezr-ai": {
      "optional": true
    }
  },
  "keywords": [
    "ai",
    "cli",
    "agent",
    "claude",
    "openai",
    "gemini",
    "proxy",
    "compression"
  ],
  "author": "sergioramosv",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sergioramosv/squeezr-code.git"
  },
  "devDependencies": {
    "@types/ink-text-input": "^2.0.5",
    "@types/node": "^25.6.0",
    "@vitest/coverage-v8": "^4.1.4",
    "typescript": "^6.0.2",
    "vitest": "^4.1.4"
  }
}
