{
  "name": "@redaksjon/protokoll-cli",
  "version": "0.1.11",
  "description": "Command-line interface for Protokoll - thin MCP client",
  "main": "dist/main.js",
  "type": "module",
  "bin": {
    "protokoll": "./dist/main.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redaksjon/protokoll-cli.git"
  },
  "homepage": "https://github.com/redaksjon/protokoll-cli",
  "scripts": {
    "build": "npm run lint && tsc --noEmit && vite build && chmod +x dist/main.js",
    "dev": "vite",
    "watch": "vite build --watch",
    "test": "vitest run --coverage",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "clean": "rm -rf dist",
    "precommit": "npm run lint && npm run build && npm run test",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "protokoll",
    "cli",
    "transcription",
    "mcp"
  ],
  "author": "Tim O'Brien <tobrien@discursive.com>",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=24.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.25.3",
    "@redaksjon/protokoll": "^1.0.24",
    "@redaksjon/protokoll-format": "^0.1.7",
    "@utilarium/cardigantime": "^0.0.27",
    "cli-progress": "^3.12.0",
    "commander": "^14.0.2",
    "js-yaml": "^4.1.1",
    "yaml": "^2.8.2"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.39.1",
    "@rollup/plugin-replace": "^6.0.3",
    "@types/cli-progress": "^3.11.6",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^25.0.9",
    "@typescript-eslint/eslint-plugin": "^8.46.4",
    "@typescript-eslint/parser": "^8.46.4",
    "@vitest/coverage-v8": "^4.0.8",
    "eslint": "^9.39.1",
    "eslint-plugin-import": "^2.32.0",
    "globals": "^17.0.0",
    "rollup-plugin-preserve-shebang": "^1.0.1",
    "typescript": "^5.9.3",
    "vite": "^7.2.2",
    "vitest": "^4.0.8"
  }
}
