{
  "name": "bir1",
  "version": "4.2.0",
  "description": "GUS REGON api client",
  "keywords": [
    "companies",
    "regon",
    "nip",
    "gus"
  ],
  "repository": "pawel-id/bir1",
  "license": "MIT",
  "author": "Paweł Idczak <pawel.idczak@gmail.com>",
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./normalize": {
      "types": "./dist/normalize.d.ts",
      "default": "./dist/normalize.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf dist && tsc",
    "dev": "tsc -w",
    "test": "tap",
    "pretty": "prettier --write src"
  },
  "dependencies": {
    "entities": "^7.0.1",
    "fast-xml-parser": "^5.4.1"
  },
  "devDependencies": {
    "@types/node": "^24.10.15",
    "@types/xml2js": "^0.4.14",
    "bir1-legacy": "npm:bir1@^2",
    "dotenv": "^17.3.1",
    "prettier": "^3.4.2",
    "rimraf": "^6.0.1",
    "tap": "^21.6.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.2"
  },
  "engines": {
    "node": ">=18"
  }
}
