{
  "name": "@capraconsulting/cals-cli",
  "version": "3.18.3",
  "description": "CLI for repeatable tasks in CALS",
  "type": "module",
  "license": "Apache-2.0",
  "scripts": {
    "prepare": "husky",
    "build": "rollup -c",
    "test": "vitest run --coverage src",
    "test:watch": "vitest --coverage src",
    "lint": "biome check",
    "lint:fix": "biome check --fix",
    "format": "biome format --write",
    "format:check": "biome format",
    "prepack": "./scripts/build-and-verify.sh",
    "semantic-release": "semantic-release",
    "watch": "rollup -c -w",
    "upgrade-deps": "ncu --upgrade --install=always --reject @types/node"
  },
  "main": "lib/index.js",
  "module": "lib/index.es.js",
  "types": "lib/index.d.ts",
  "bin": {
    "cals": "lib/cals-cli.mjs"
  },
  "dependencies": {
    "@octokit/rest": "^22.0.1",
    "cachedir": "^2.4.0",
    "chalk": "5.6.2",
    "execa": "^9.6.1",
    "find-up": "^8.0.0",
    "js-yaml": "^4.1.1",
    "keytar": "^7.9.0",
    "p-limit": "^7.3.0",
    "yargs": "18.0.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.12",
    "@commitlint/cli": "20.5.0",
    "@commitlint/config-conventional": "20.5.0",
    "@octokit/types": "16.0.0",
    "@rollup/plugin-alias": "6.0.0",
    "@rollup/plugin-json": "6.1.0",
    "@rollup/plugin-replace": "6.0.3",
    "@types/js-yaml": "4.0.9",
    "@types/node": "24.12.2",
    "@types/yargs": "17.0.35",
    "@vitest/coverage-v8": "4.1.4",
    "husky": "9.1.7",
    "npm-check-updates": "21.0.2",
    "rollup": "4.60.1",
    "rollup-plugin-typescript2": "0.37.0",
    "semantic-release": "25.0.3",
    "typescript": "6.0.2",
    "vitest": "4.1.4"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/capralifecycle/cals-cli.git"
  },
  "engines": {
    "node": ">=22.14.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
