{
  "name": "@ksefnik/core",
  "version": "0.5.0",
  "description": "Core SDK for the Ksefnik KSeF reconciliation engine (Polish e-Invoice matching)",
  "license": "MIT",
  "author": "CodeFormers",
  "homepage": "https://ksefnik.pl",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CodeFormers-it/ksefnik.git",
    "directory": "packages/core"
  },
  "keywords": [
    "ksef",
    "ksefnik",
    "ksef-sdk",
    "ksef-api",
    "ksef-2",
    "ksef-node",
    "e-invoice",
    "einvoice",
    "e-faktura",
    "faktura",
    "poland",
    "polish",
    "krajowy-system-e-faktur",
    "ministry-of-finance",
    "mf",
    "invoice",
    "typescript",
    "nodejs",
    "sdk",
    "reconciliation",
    "invoice-reconciliation",
    "bank-statement",
    "mt940",
    "mbank",
    "ing",
    "pko",
    "santander",
    "fuzzy-matching",
    "fuzzball",
    "fintech",
    "accounting"
  ],
  "type": "module",
  "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": {
    "zod": "^3.24",
    "mt940js": "^1.3",
    "fuzzball": "^2.1",
    "better-sqlite3": "^11.7",
    "@ksefnik/shared": "^0.5.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6",
    "@types/node": "^22",
    "typescript": "^5.7"
  },
  "scripts": {
    "build": "tsc --build",
    "dev": "tsc --build --watch",
    "typecheck": "tsc --noEmit"
  }
}