{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@osmix/geojson",
  "version": "0.0.16",
  "description": "Convert OSM files to and from GeoJSON.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/conveyal/osmix.git"
  },
  "type": "module",
  "main": "./dist/index.js",
  "dependencies": {
    "@placemarkio/geojson-rewind": "^1.0.3",
    "dequal": "^2.0.3",
    "@osmix/types": "0.1.0",
    "@osmix/core": "0.2.0",
    "@osmix/shared": "0.1.0",
    "@osmix/geo": "0.1.0"
  },
  "devDependencies": {
    "@types/geojson": "^7946.0.16",
    "typescript": "7.0.1-rc"
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "bench": "vitest bench",
    "test": "pnpm -w exec vitest run --project \"$npm_package_name\"",
    "typecheck": "tsc --noEmit"
  }
}