{
  "name": "granola-cli",
  "version": "0.2.0",
  "description": "CLI for Granola meeting notes",
  "type": "module",
  "bin": {
    "granola": "dist/main.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint": "biome lint .",
    "lint:fix": "biome lint --write .",
    "format": "biome format --write .",
    "format:check": "biome format .",
    "check": "biome check .",
    "check:fix": "biome check --write .",
    "ci": "biome ci ."
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@toon-format/toon": "^2.1.0",
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.5",
    "commander": "^12.0.0",
    "conf": "^13.0.0",
    "cross-keychain": "^1.1.0",
    "debug": "^4.4.3",
    "open": "^10.0.0",
    "shell-quote": "^1.8.3",
    "yaml": "^2.4.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.10",
    "@types/debug": "^4.1.12",
    "@types/node": "^20.0.0",
    "@vitest/coverage-v8": "^2.0.0",
    "lefthook": "2.0.12",
    "tsup": "^8.0.0",
    "typescript": "^5.4.0",
    "vitest": "^2.0.0"
  },
  "keywords": [
    "granola",
    "meeting",
    "notes",
    "cli"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/magarcia/granola-cli.git"
  },
  "bugs": {
    "url": "https://github.com/magarcia/granola-cli/issues"
  },
  "homepage": "https://github.com/magarcia/granola-cli#readme"
}
