{
  "name": "@ironbee-ai/cli",
  "version": "0.32.0",
  "description": "The CLI for IronBee — Verification and Intelligence Layer for Agentic Development",
  "main": "dist/index.js",
  "bin": {
    "ironbee": "dist/index.js"
  },
  "files": [
    "dist",
    "scripts/run-postinstall.js",
    "scripts/run-preuninstall.js",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc --noEmit && node scripts/build.js && node scripts/copy-assets.js",
    "dev": "ts-node src/index.ts",
    "start": "node dist/index.js",
    "otel-collector": "ts-node src/otel/collector.ts",
    "test": "jest",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "clean": "rm -rf dist",
    "prepack": "npm run clean && npm run build",
    "release:patch": "release-it patch --ci -VV",
    "release:minor": "release-it minor --ci -VV",
    "release:major": "release-it major --ci -VV",
    "postinstall": "node scripts/run-postinstall.js",
    "preuninstall": "node scripts/run-preuninstall.js"
  },
  "keywords": [
    "ai",
    "ai-agent",
    "verification",
    "intelligence",
    "browser-testing",
    "claude",
    "claude-code",
    "cursor",
    "cursor-ide",
    "mcp",
    "mcp-server",
    "browser-devtools",
    "coding-agent",
    "agentic",
    "devtools",
    "e2e",
    "qa",
    "testing",
    "automation"
  ],
  "author": "IronBee",
  "license": "Elastic-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/ironbee-ai/ironbee-cli.git"
  },
  "homepage": "https://github.com/ironbee-ai/ironbee-cli#readme",
  "bugs": {
    "url": "https://github.com/ironbee-ai/ironbee-cli/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "blessed": "^0.1.81",
    "commander": "^12.1.0",
    "diff": "^9.0.0",
    "image-size": "^2.0.2",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@release-it/conventional-changelog": "^9.0.4",
    "@types/blessed": "^0.1.27",
    "@types/diff": "^7.0.2",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.10",
    "@typescript-eslint/eslint-plugin": "^8.26.1",
    "@typescript-eslint/parser": "^8.26.1",
    "esbuild": "^0.28.0",
    "eslint": "^9.22.0",
    "jest": "^29.7.0",
    "release-it": "^17.11.0",
    "ts-jest": "^29.2.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.2"
  }
}
