{
  "name": "@basemaps/geo",
  "version": "8.9.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/linz/basemaps.git",
    "directory": "packages/geo"
  },
  "author": {
    "name": "Land Information New Zealand",
    "url": "https://linz.govt.nz",
    "organization": true
  },
  "type": "module",
  "engines": {
    "node": ">=16.0.0"
  },
  "license": "MIT",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "scripts": {
    "test": "node --test \"build/**/*.test.js\""
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build/"
  ],
  "devDependencies": {
    "@types/geojson": "^7946.0.7"
  },
  "dependencies": {
    "@linzjs/geojson": "^8.0.0",
    "@linzjs/tile-matrix-set": "^0.0.1",
    "proj4": "^2.19.10"
  },
  "gitHead": "0ed5769fbfc070ca14c95a498a80eff05128203f"
}
