{
  "name": "@garjs/parser",
  "version": "0.0.1",
  "description": "Node.js streaming parser for Russian State Address Register (GAR) ZIP exports, providing async iterable access to address data",
  "author": {
    "name": "Pavel Tereschenko",
    "email": "bigslycat@protonmail.com"
  },
  "homepage": "https://sourcecraft.dev/bigslycat/garjs/browse/packages/parser",
  "repository": {
    "type": "git",
    "url": "ssh://ssh.sourcecraft.dev/bigslycat/garjs.git",
    "directory": "packages/parser"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "sideEffects": false,
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "parser:typecheck": "tsc",
    "parser:build": "rslib build"
  },
  "engineStrict": true,
  "dependencies": {
    "sax-wasm": "^3.1.3",
    "unzipper": "^0.12.3",
    "zod": "^4.1.13"
  },
  "devDependencies": {
    "@rslib/core": "^0.18.2",
    "@types/node": "^24.10.1",
    "@types/unzipper": "^0.10.11",
    "typescript": "^5.9.3"
  },
  "license": "MIT"
}