{
    "name": "oh-my-kimi-cli",
    "version": "1.0.5",
    "description": "Workflow orchestration layer for Kimi Code CLI - Bring structured workflows, agent teams, and persistent execution to your Kimi CLI sessions",
    "type": "module",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "bin": {
        "omk": "bin/omk.js"
    },
    "files": [
        "bin/",
        "dist/",
        "skills/",
        "templates/",
        "scripts/",
        "docs/",
        "README.md",
        "README.zh-CN.md",
        "LICENSE",
        "CHANGELOG.md"
    ],
    "scripts": {
        "build": "tsc",
        "dev": "tsc --watch",
        "setup": "node dist/cli/index.js setup",
        "doctor": "node dist/cli/index.js doctor",
        "verify": "node scripts/verify-setup.js",
        "test": "npm run build && npm run test:compiled",
        "test:compiled": "node scripts/run-tests.js",
        "test:hook": "node scripts/test-hook.js",
        "test:all": "npm run build && npm run test:compiled",
        "coverage": "npm run build && c8 --all --src dist --exclude '**/__tests__/**' --reporter=text-summary --reporter=lcov --report-dir coverage node scripts/run-tests.js",
        "prepublishOnly": "npm run build && npm run test:all",
        "clean": "rimraf dist",
        "lint": "eslint \"src/**/*.ts\" \"scripts/**/*.js\"",
        "format": "prettier --write \"src/**/*.ts\" \"scripts/**/*.js\" \"bin/**/*.js\"",
        "check": "npm run format && npm run lint && npm run build && npm run test:all"
    },
    "keywords": [
        "kimi",
        "kimi-cli",
        "cli",
        "workflow",
        "agents",
        "orchestration",
        "ai",
        "productivity",
        "developer-tools",
        "code-assistant",
        "automation",
        "hooks",
        "skills",
        "state-management",
        "deep-interview",
        "ralplan",
        "ralph",
        "moonshot"
    ],
    "author": {
        "name": "SpiritPunch",
        "email": "",
        "url": "https://github.com/Goblin1024"
    },
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Goblin1024/oh-my-kimi.git"
    },
    "bugs": {
        "url": "https://github.com/Goblin1024/oh-my-kimi/issues"
    },
    "homepage": "https://github.com/Goblin1024/oh-my-kimi#readme",
    "engines": {
        "node": ">=20.0.0"
    },
    "os": [
        "darwin",
        "linux",
        "win32"
    ],
    "dependencies": {
        "@iarna/toml": "^2.2.5",
        "@modelcontextprotocol/sdk": "^1.29.0",
        "yaml": "^2.4.0",
        "zod": "^4.3.6"
    },
    "devDependencies": {
        "@eslint/js": "^10.0.1",
        "@types/node": "^20.0.0",
        "c8": "^11.0.0",
        "eslint": "^10.2.0",
        "prettier": "^3.8.3",
        "rimraf": "^6.1.3",
        "typescript": "^5.4.0",
        "typescript-eslint": "^8.58.2"
    },
    "funding": {
        "type": "github",
        "url": "https://github.com/sponsors/Goblin1024"
    }
}
