{
  "name": "@ksefnik/cli",
  "version": "0.5.0",
  "description": "Command-line interface for Ksefnik — fetch KSeF invoices, reconcile with bank statements, run MCP server",
  "license": "MIT",
  "author": "CodeFormers",
  "homepage": "https://ksefnik.pl",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CodeFormers-it/ksefnik.git",
    "directory": "packages/cli"
  },
  "keywords": [
    "ksef",
    "ksefnik",
    "ksef-cli",
    "ksef-sdk",
    "ksef-api",
    "ksef-2",
    "ksef-mcp",
    "e-invoice",
    "einvoice",
    "e-faktura",
    "faktura",
    "poland",
    "polish",
    "krajowy-system-e-faktur",
    "ministry-of-finance",
    "invoice",
    "typescript",
    "nodejs",
    "sdk",
    "cli",
    "command-line",
    "binary",
    "reconciliation",
    "bank-statement",
    "mt940",
    "mbank",
    "ing",
    "pko",
    "santander",
    "mcp",
    "mcp-server",
    "claude",
    "ai-agent"
  ],
  "type": "module",
  "bin": {
    "ksefnik": "./dist/main.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "!dist/**/__tests__",
    "!dist/**/*.test.*",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12",
    "commander": "^13.1",
    "@clack/prompts": "^0.10",
    "@ksefnik/shared": "^0.5.0",
    "@ksefnik/core": "^0.5.0",
    "@ksefnik/simulator": "^0.5.0",
    "@ksefnik/http": "^0.5.0",
    "@ksefnik/mcp": "^0.5.0"
  },
  "devDependencies": {
    "typescript": "^5.7"
  },
  "scripts": {
    "build": "tsc --build",
    "dev": "tsc --build --watch",
    "typecheck": "tsc --noEmit"
  }
}