{
    "name": "@gitbook/cli",
    "description": "CLI to build and publish integrations on GitBook.com",
    "version": "0.29.2",
    "dependencies": {
        "@gitbook/api": "*",
        "check-node-version": "^4.2.1",
        "commander": "^9.2.0",
        "conf": "^13.1.0",
        "dedent-js": "^1.0.1",
        "esbuild": "^0.17.11",
        "get-port": "^6.1.2",
        "js-yaml": "^4.1.0",
        "ora": "^6.2.0",
        "prompts": "^2.4.2",
        "zod": "^3.25.42",
        "chokidar": "^4.0.1",
        "miniflare": "^4.20250525.0",
        "@1password/op-js": "^0.1.13"
    },
    "devDependencies": {
        "@gitbook/tsconfig": "*",
        "@schemastore/package": "^0.0.10",
        "@types/prompts": "^2.0.14",
        "typescript": "^5.6.2"
    },
    "files": [
        "dist/**",
        "postinstall.js"
    ],
    "scripts": {
        "generate-commands": "bun run ../../scripts/generate-commands.ts",
        "prebuild": "bun run generate-commands",
        "build": "./build.sh",
        "prepack": "bun run build",
        "postinstall": "node postinstall.js",
        "test": "bun test",
        "typecheck": "tsc --noEmit"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "bin": {
        "gitbook": "./cli.js"
    },
    "publishConfig": {
        "access": "public",
        "registry": "https://registry.npmjs.org/"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/GitbookIO/integrations.git",
        "directory": "packages/cli"
    }
}
