{
  "name": "@kausal/mapboxgl-legend",
  "version": "1.7.2",
  "description": "Mapbox-GL plugin that automatically draws a legend from layer styles",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "browser": "./dist/index.umd.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js",
      "types": "./dist/index.d.ts"
    },
    "./dist/style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "lint": "eslint src && stylelint 'src/**/*.scss'",
    "test": "vitest --coverage",
    "build": "vitest run && vite build",
    "prepare": "npm run build",
    "dev": "vite"
  },
  "keywords": [
    "mapbox",
    "mapboxgl",
    "plugin",
    "legend",
    "style"
  ],
  "author": "Marc Vilella <mvilella@obsa.ad> (https://github.com/markusand)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markusand/mapboxgl-legend.git"
  },
  "bugs": {
    "url": "https://github.com/markusand/mapboxgl-legend/issues"
  },
  "homepage": "https://github.com/markusand/mapboxgl-legend",
  "license": "ISC",
  "devDependencies": {
    "@types/mapbox-gl": "^2.7.5",
    "@typescript-eslint/eslint-plugin": "^5.36.1",
    "@typescript-eslint/parser": "^5.36.1",
    "@vitest/coverage-c8": "^0.23.0",
    "autoprefixer": "^10.4.13",
    "c8": "^7.12.0",
    "eslint": "^8.23.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-import-resolver-typescript": "^3.5.0",
    "jsdom": "^20.0.0",
    "mapbox-gl": "^2.10.0",
    "sass": "^1.54.8",
    "stylelint": "^14.11.0",
    "stylelint-config-standard-scss": "^5.0.0",
    "typescript": "^4.8.2",
    "vite": "^3.0.9",
    "vite-plugin-dts": "^1.4.1",
    "vitest": "^0.23.0"
  }
}
