{
  "name": "@basemaps/sprites",
  "version": "7.1.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/linz/basemaps.git",
    "directory": "packages/sprites"
  },
  "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"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "basemaps-sprites": "bin/basemaps-sprites.mjs"
  },
  "files": [
    "build/",
    "bin/"
  ],
  "dependencies": {
    "@mapbox/shelf-pack": "^3.2.0",
    "cmd-ts": "^0.12.1",
    "sharp": "^0.33.0"
  },
  "devDependencies": {
    "@types/mapbox__shelf-pack": "^3.0.1"
  },
  "gitHead": "f6f5f37f090c41115a094cb5b9dc5326a0bd30c9"
}
