{
    "name": "@doist/bob-cli",
    "version": "2.0.0",
    "description": "HiBob CLI",
    "type": "module",
    "bin": {
        "bob": "./dist/index.js"
    },
    "scripts": {
        "build": "tsc -p tsconfig.json",
        "lint": "oxlint . --fix && oxfmt",
        "lint:check": "oxlint . && oxfmt --check",
        "type-check": "tsc -p tsconfig.json --noEmit",
        "test": "vitest run",
        "postinstall": "node scripts/postinstall.js",
        "check:skill-sync": "node scripts/check-skill-sync.js",
        "sync:skill": "npm run build && node scripts/sync-skill.js",
        "prepublishOnly": "npm run build && npm test"
    },
    "files": [
        "dist",
        "scripts",
        "skills",
        "CHANGELOG.md"
    ],
    "engines": {
        "node": ">=24",
        "npm": ">=11"
    },
    "dependencies": {
        "chalk": "^5.6.2",
        "commander": "^14.0.2",
        "yocto-spinner": "^1.0.0"
    },
    "devDependencies": {
        "oxfmt": "0.42.0",
        "oxlint": "1.57.0",
        "@semantic-release/changelog": "6.0.3",
        "@semantic-release/exec": "7.1.0",
        "@semantic-release/git": "10.0.1",
        "@types/node": "^22.10.2",
        "conventional-changelog-conventionalcommits": "9.3.0",
        "lefthook": "^1.10.10",
        "semantic-release": "25.0.3",
        "typescript": "^5.9.2",
        "vitest": "^3.0.5"
    },
    "publishConfig": {
        "access": "public",
        "provenance": true
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Doist/bob-cli.git"
    }
}
