{
  "name": "@ksefnik/simulator",
  "version": "0.5.0",
  "description": "Offline KSeF mock server for testing and development without hitting the real Ministry of Finance API",
  "license": "MIT",
  "author": "CodeFormers",
  "homepage": "https://ksefnik.pl",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CodeFormers-it/ksefnik.git",
    "directory": "packages/simulator"
  },
  "keywords": [
    "ksef",
    "ksefnik",
    "ksef-mock",
    "ksef-simulator",
    "ksef-test",
    "ksef-sandbox",
    "ksef-sdk",
    "ksef-2",
    "e-invoice",
    "einvoice",
    "e-faktura",
    "faktura",
    "poland",
    "polish",
    "krajowy-system-e-faktur",
    "invoice",
    "typescript",
    "nodejs",
    "sdk",
    "mock",
    "simulator",
    "testing",
    "test-harness",
    "offline",
    "vitest",
    "ci"
  ],
  "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": {
    "@ksefnik/core": "^0.5.0",
    "@ksefnik/shared": "^0.5.0"
  },
  "devDependencies": {
    "typescript": "^5.7"
  },
  "scripts": {
    "build": "tsc --build",
    "dev": "tsc --build --watch",
    "typecheck": "tsc --noEmit"
  }
}