{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@osmix/json",
  "version": "0.0.16",
  "description": "Convert OSM PBF files to and from JSON.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/conveyal/osmix.git"
  },
  "type": "module",
  "main": "./dist/index.js",
  "dependencies": {
    "@osmix/pbf": "0.0.10",
    "@osmix/types": "0.1.0",
    "@osmix/shared": "0.1.0"
  },
  "devDependencies": {
    "typescript": "7.0.1-rc",
    "@osmix/test-utils": "0.1.0"
  },
  "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"
  }
}