{
  "name": "osm2geojson-ultra",
  "license": "MIT",
  "version": "4.0.1",
  "author": "dschep",
  "description": "a faster & more complete OSM & Overpass (either in xml or in json formats) to geojson convertor - 4x faster than xmldom + osmtogeojson in most situations - implemented in TypeScript with txml for XML parsing",
  "bin": {
    "osm2geojson-ultra": "osm2geojson-ultra"
  },
  "type": "module",
  "bugs": {
    "url": "https://github.com/dschep/osm2geojson-ultra/issues"
  },
  "bundleDependencies": [],
  "deprecated": false,
  "homepage": "https://github.com/dschep/osm2geojson-ultra#readme",
  "keywords": [
    "openstreetmap",
    "overpass",
    "osm",
    "json",
    "xml",
    "node",
    "way",
    "relation",
    "geojson",
    "linestring",
    "multilinestring",
    "polygon",
    "multipolygon"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dschep/osm2geojson-ultra.git"
  },
  "scripts": {
    "build": "tsc --skipLibCheck --declaration && cp src/polytags.json dist",
    "type-check": "tsc --skipLibCheck --watch",
    "format": "prettier --write src",
    "test": "vitest test/e2e.test.ts --coverage"
  },
  "optionalDependencies": {
    "@types/geojson": "^7946.0.16"
  },
  "directories": {
    "src": "src",
    "test": "test"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^3.1.3",
    "browserify": "^17.0.1",
    "osmtogeojson": "^3.0.0-beta.5",
    "prettier": "^3.6.2",
    "typescript": "^5.8.3",
    "uglify-js": "^3.19.3",
    "vitest": "^3.1.3",
    "xmldom": "^0.6.0"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.ts",
    "dist/**/*.json"
  ],
  "dependencies": {
    "txml": "^5.1.1"
  }
}
