{
    "name": "@doist/comms-cli",
    "version": "1.9.1",
    "description": "TypeScript CLI for Comms",
    "type": "module",
    "main": "dist/index.js",
    "bin": {
        "tdc": "dist/index.js"
    },
    "scripts": {
        "build": "tsc -p tsconfig.build.json && chmod +x dist/index.js",
        "dev": "tsc -p tsconfig.build.json --watch",
        "start": "node dist/index.js",
        "type-check": "tsc --noEmit",
        "lint": "oxlint . --fix && oxfmt",
        "lint:check": "oxlint . && oxfmt --check",
        "postinstall": "node scripts/postinstall.js",
        "check:skill-sync": "node scripts/check-skill-sync.js",
        "sync:skill": "npm run build && node scripts/sync-skill.js",
        "test": "vitest run",
        "test:watch": "vitest",
        "prepublishOnly": "npm run build && npm test"
    },
    "keywords": [
        "comms",
        "cli",
        "messaging",
        "doist"
    ],
    "author": "Doist developers",
    "license": "MIT",
    "engines": {
        "node": "^20.19.0 || >=22.12.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Doist/comms-cli.git"
    },
    "publishConfig": {
        "access": "public",
        "provenance": true
    },
    "homepage": "https://github.com/Doist/comms-cli#readme",
    "bugs": {
        "url": "https://github.com/Doist/comms-cli/issues"
    },
    "files": [
        "dist",
        "scripts",
        "CHANGELOG.md"
    ],
    "dependencies": {
        "@doist/cli-core": "0.26.0",
        "@doist/comms-sdk": "0.7.1",
        "@pnpm/tabtab": "0.5.4",
        "chalk": "5.6.2",
        "commander": "14.0.3",
        "marked": "18.0.3",
        "marked-terminal-renderer": "2.2.0",
        "oauth4webapi": "3.8.6",
        "open": "11.0.0"
    },
    "devDependencies": {
        "@semantic-release/changelog": "6.0.3",
        "@semantic-release/exec": "7.1.0",
        "@semantic-release/git": "10.0.1",
        "@types/node": "25.8.0",
        "conventional-changelog-conventionalcommits": "9.3.1",
        "lefthook": "2.1.6",
        "oxfmt": "0.49.0",
        "oxlint": "1.64.0",
        "semantic-release": "25.0.3",
        "typescript": "6.0.3",
        "vitest": "4.1.6"
    },
    "optionalDependencies": {
        "@napi-rs/keyring": "1.3.0"
    }
}
