{
    "name": "@corti/cli",
    "version": "1.4.2",
    "description": "Corti CLI — wire Corti as an OpenAI-compatible provider into terminal AI coding agents (OpenCode, Pi, Crush, ForgeCode, Codex CLI) and more.",
    "license": "MIT",
    "type": "module",
    "bin": {
        "corti": "./dist/cli.js"
    },
    "main": "./dist/cli.js",
    "files": [
        "dist",
        "README.md",
        "LICENSE"
    ],
    "publishConfig": {
        "access": "public",
        "provenance": false
    },
    "engines": {
        "node": ">=22"
    },
    "packageManager": "pnpm@10.20.0",
    "scripts": {
        "build": "tsup",
        "dev": "tsup --watch",
        "test": "vitest run",
        "test:watch": "vitest",
        "typecheck": "tsc --noEmit",
        "format": "biome format --write --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none",
        "format:check": "biome format --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none",
        "lint": "biome lint --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none",
        "lint:fix": "biome lint --fix --unsafe --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none",
        "check": "biome check --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none",
        "check:fix": "biome check --fix --unsafe --skip-parse-errors --no-errors-on-unmatched --max-diagnostics=none",
        "prepublishOnly": "npm run build"
    },
    "keywords": [
        "corti",
        "ai",
        "coding-agent",
        "opencode",
        "pi",
        "crush",
        "forgecode",
        "codex",
        "cli"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/corticph/corti-cli.git"
    },
    "bugs": {
        "url": "https://github.com/corticph/corti-cli/issues"
    },
    "homepage": "https://github.com/corticph/corti-cli#readme",
    "dependencies": {
        "@iarna/toml": "^2.2.5",
        "commander": "^12.1.0",
        "ink": "^7.1.0",
        "jsonc-parser": "^3.3.1",
        "react": "^19.2.0"
    },
    "devDependencies": {
        "@biomejs/biome": "2.4.3",
        "@types/iarna__toml": "^2.0.5",
        "@types/node": "^20.14.0",
        "@types/react": "^19.0.0",
        "ink-testing-library": "^4.0.0",
        "react-devtools-core": "^6.1.2",
        "semantic-release": "^25.0.5",
        "semantic-release-slack-bot": "^4.0.2",
        "strip-ansi": "^7.1.0",
        "tsup": "^8.2.4",
        "typescript": "^5.5.4",
        "vitest": "^2.0.5"
    },
    "pnpm": {
        "overrides": {
            "nanoid": "3.3.12",
            "rollup": "4.62.0",
            "es-toolkit": "1.47.1",
            "micromatch": "^4.0.8"
        }
    }
}
