{
  "name": "@opensip-cli/cli-live",
  "version": "0.8.5",
  "license": "Apache-2.0",
  "description": "Shared live-run runtime for OpenSIP CLI tools — state machine, produce() seam, and core glue over the cli-ui LiveRun shell.",
  "keywords": [
    "opensip-cli",
    "static-analysis",
    "code-quality",
    "cli",
    "terminal",
    "ink",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/opensip-ai/opensip-cli.git",
    "directory": "packages/cli-live"
  },
  "homepage": "https://github.com/opensip-ai/opensip-cli",
  "bugs": {
    "url": "https://github.com/opensip-ai/opensip-cli/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist",
    "LICENSE",
    "NOTICE"
  ],
  "dependencies": {
    "ink": "^7.1.0",
    "react": "^19.2.7",
    "@opensip-cli/cli-ui": "0.8.5",
    "@opensip-cli/core": "0.8.5",
    "@opensip-cli/contracts": "0.8.5"
  },
  "devDependencies": {
    "@types/node": "^24.13.3",
    "@types/react": "^19.2.17",
    "typescript": "~6.0.3",
    "vitest": "^4.1.10"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run --passWithNoTests",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  }
}