{
  "name": "@basemaps/shared",
  "version": "8.9.9",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/linz/basemaps.git",
    "directory": "packages/shared"
  },
  "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\""
  },
  "dependencies": {
    "@aws-sdk/client-dynamodb": "^3.470.0",
    "@aws-sdk/client-s3": "^3.472.0",
    "@aws-sdk/s3-request-presigner": "^3.472.0",
    "@aws-sdk/util-dynamodb": "^3.470.0",
    "@basemaps/config": "^8.13.2",
    "@basemaps/geo": "^8.9.1",
    "@chunkd/fs": "^11.2.0",
    "@chunkd/fs-aws": "^11.3.0",
    "@chunkd/middleware": "^11.1.0",
    "@cogeotiff/core": "^9.0.3",
    "@cotar/core": "^6.0.1",
    "@linzjs/geojson": "^8.0.0",
    "@linzjs/metrics": "^8.0.0",
    "cmd-ts": "^0.12.1",
    "entities": "^4.3.0",
    "pino": "^8.6.1",
    "ulid": "^2.3.0"
  },
  "devDependencies": {
    "@types/aws-lambda": "^8.10.75"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build/"
  ],
  "gitHead": "0ed5769fbfc070ca14c95a498a80eff05128203f"
}
