{
  "name": "@mappedin/maplibre-overlay",
  "version": "6.19.0-beta.0",
  "homepage": "https://developer.mappedin.com/",
  "private": false,
  "main": "lib/esm/index.js",
  "module": "lib/esm/index.js",
  "browser": "lib/esm/index.js",
  "types": "lib/esm/index.d.ts",
  "files": [
    "lib",
    "README.md",
    "LICENSE.txt",
    "THIRD_PARTY_LICENSES.txt"
  ],
  "license": "SEE LICENSE IN LICENSE.txt",
  "dependencies": {},
  "peerDependencies": {
    "maplibre-gl": "^5.6.0",
    "@mappedin/mappedin-js": "^6.19.0"
  },
  "devDependencies": {},
  "volta": {
    "extends": "../../package.json"
  },
  "scripts": {
    "build": "pnpm clean && pnpm types && node scripts/build.mjs",
    "build:prod": "cross-env NODE_ENV=production pnpm build",
    "types": "tsc -b tsconfig.build.json",
    "test": "jest --config jest.config.js",
    "test:cov": "pnpm test --coverage",
    "version:ci": "pnpm version --no-commit-hooks --no-git-tag-version",
    "clean": "rm -rf lib/** && rm -rf examples/dist/**",
    "docs": "pnpm build && pnpm docs:build",
    "docs:build": "typedoc"
  }
}