{
  "name": "finanzamt",
  "version": "0.8.24",
  "description": "Get information about a German tax office (Finanzamt)",
  "keywords": [
    "bzst",
    "deutsch",
    "deutschland",
    "finanzamt",
    "gemfa",
    "german",
    "germany",
    "steuer",
    "steuern",
    "tax office",
    "tax",
    "taxes"
  ],
  "license": "MIT",
  "repository": "kontist/finanzamt",
  "author": "Kontist GmbH (kontist.com)",
  "files": [
    "data/finanzaemter.json",
    "index.d.ts",
    "index.js"
  ],
  "scripts": {
    "data:convert": "node scripts/data-convert.js",
    "data:download": "node scripts/data-download.js",
    "test": "xo && mocha && tsd"
  },
  "devDependencies": {
    "cheerio": "^1.0.0",
    "del": "^6.0.0",
    "download": "^8.0.0",
    "globby": "^11.0.1",
    "got": "^11.3.0",
    "lodash": "^4.17.20",
    "mocha": "^10.2.0",
    "tsd": "^0.18.0",
    "write-json-file": "^4.3.0",
    "xml2js": "^0.6.2",
    "xo": "^0.39.1"
  },
  "engines": {
    "node": ">=18"
  },
  "xo": {
    "envs": [
      "mocha",
      "node"
    ],
    "space": true,
    "prettier": true
  }
}
