{
  "name": "@protomaps/basemaps",
  "version": "5.7.2",
  "description": "Protomaps basemap style for MapLibre GL",
  "type": "module",
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "bin": {
    "generate_style": "./src/cli.ts"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.cts",
        "default": "./dist/cjs/index.cjs"
      }
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsup",
    "generate_style": "tsx src/cli.ts",
    "test": "tsx --test test/*.test.ts",
    "tsc-watch": "tsc --noEmit --watch",
    "tsc": "tsc --noEmit",
    "check": "biome check src test --javascript-formatter-indent-style=space --json-formatter-indent-style=space",
    "format": "biome format --write src test --javascript-formatter-indent-style=space --json-formatter-indent-style=space"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/protomaps/basemaps.git"
  },
  "author": "The Protomaps Authors",
  "license": "BSD-3-Clause",
  "homepage": "https://github.com/protomaps/basemaps",
  "devDependencies": {
    "@biomejs/biome": "^1.5.3",
    "@maplibre/maplibre-gl-style-spec": "^24.3.1",
    "@types/node": "^22.15.19",
    "tsup": "^8.5.0",
    "tsx": "^4.19.4",
    "typedoc": "^0.28.4",
    "typescript": "^5.8.3"
  }
}
