{
  "name": "@geneverse/workctl",
  "version": "0.4.4",
  "description": "Deterministic internal developer-workflow CLI",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bsomsak-dev/workctl.git"
  },
  "homepage": "https://github.com/bsomsak-dev/workctl#readme",
  "bugs": {
    "url": "https://github.com/bsomsak-dev/workctl/issues"
  },
  "keywords": [
    "cli",
    "jira",
    "timesheet",
    "workflow"
  ],
  "preferGlobal": true,
  "workspaces": [
    "packages/cli",
    "packages/capabilities/*"
  ],
  "files": [
    "dist/packages",
    "scripts/postinstall.mjs",
    "README.md",
    "LICENSE"
  ],
  "bin": {
    "workctl": "dist/packages/cli/src/bin.js"
  },
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "bootstrap": "npm ci && npm run browsers:install && npm run dev -- setup",
    "browsers:install": "playwright install --with-deps chromium",
    "browsers:install:ci": "playwright install chromium",
    "build": "node scripts/build.mjs",
    "check:docs": "node scripts/check-docs.mjs",
    "dev": "tsx packages/cli/src/bin.ts",
    "postinstall": "node scripts/postinstall.mjs",
    "test": "vitest run",
    "test:architecture": "vitest run packages/cli/test/architecture.test.ts",
    "test:package": "node scripts/test-package.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "validate:release": "node scripts/validate-release.mjs",
    "verify": "npm run check:docs && npm run validate:release && npm test && npm run typecheck && npm run build"
  },
  "dependencies": {
    "@clack/core": "1.4.3",
    "@clack/prompts": "^1.7.0",
    "@napi-rs/keyring": "^1.3.0",
    "commander": "^14.0.2",
    "playwright": "^1.61.1"
  },
  "devDependencies": {
    "@types/node": "^22.19.7",
    "tsx": "^4.23.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  }
}
