{
  "name": "lohnsteuerrechner",
  "version": "1.0.7",
  "description": "German wage tax (Lohnsteuer) calculation from the official BMF Programmablaufplan",
  "keywords": [
    "lohnsteuer",
    "german",
    "tax",
    "wage-tax",
    "payroll",
    "steuer",
    "bmf"
  ],
  "homepage": "https://github.com/canida-software/lohnsteuer#readme",
  "bugs": {
    "url": "https://github.com/canida-software/lohnsteuer/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canida-software/lohnsteuer.git"
  },
  "license": "MIT",
  "author": "Canida Software <bui.qd@canida.io>",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/core/index.d.ts",
      "import": "./dist/core/index.js"
    },
    "./core": {
      "types": "./dist/core/index.d.ts",
      "import": "./dist/core/index.js"
    },
    "./react": {
      "types": "./dist/react/index.d.ts",
      "import": "./dist/react/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "lint": "oxlint -D recommended --ignore-pattern node_modules",
    "test": "vitest run",
    "test:api": "vitest run tests/bmf-api.test.ts",
    "typecheck": "tsc --noEmit",
    "update-pap": "opencode run --command project:update-pap"
  },
  "dependencies": {
    "decimal.js": "^10.5.0"
  },
  "peerDependencies": {
    "react": ">=17.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/react": "^19.2.9",
    "opencode-ai": "latest",
    "oxlint": "^1.41.0",
    "react": "^19.2.3",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  }
}
