{
  "name": "leaflet-relief",
  "version": "1.5.1",
  "description": "A Leaflet plugin for terrain visualization with hillshading and slope analysis using AWS Terrarium elevation data",
  "main": "dist/leaflet-relief.umd.js",
  "module": "dist/leaflet-relief.esm.js",
  "types": "dist/L.GridLayer.Relief.d.ts",
  "exports": {
    ".": {
      "types": "./dist/L.GridLayer.Relief.d.ts",
      "import": "./dist/leaflet-relief.esm.js",
      "require": "./dist/leaflet-relief.umd.js"
    }
  },
  "scripts": {
    "build": "vite build && npm run build:types",
    "build:types": "tsc -p tsconfig.build.json",
    "dev": "vite build --watch",
    "demo": "npm run build && serve .",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "playwright test",
    "test:e2e:headed": "playwright test --headed",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:debug": "playwright test --debug",
    "test:visual": "playwright test visual.spec.ts",
    "test:visual:update": "playwright test visual.spec.ts --update-snapshots",
    "test:visual:headed": "playwright test visual.spec.ts --headed",
    "lint": "eslint src/ test/ e2e/ --ext .ts",
    "lint:fix": "eslint src/ test/ e2e/ --ext .ts --fix",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"e2e/**/*.ts\" \"*.js\" \"*.md\"",
    "format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\" \"e2e/**/*.ts\" \"*.js\" \"*.md\"",
    "typecheck": "tsgo --noEmit",
    "semantic-release": "semantic-release",
    "prepare": "husky",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/glandais/leaflet-relief.git"
  },
  "keywords": [
    "leaflet",
    "plugin",
    "terrain",
    "hillshade",
    "slope",
    "relief",
    "elevation",
    "topographic",
    "gis",
    "mapping"
  ],
  "author": "glandais",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/glandais/leaflet-relief/issues"
  },
  "homepage": "https://github.com/glandais/leaflet-relief#readme",
  "peerDependencies": {
    "leaflet": "^1.0.0"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "lint-staged": {
    "*.{ts,js}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.md": [
      "prettier --write"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "^20.1.0",
    "@commitlint/config-conventional": "^20.0.0",
    "@eslint/js": "^10.0.1",
    "@playwright/test": "^1.55.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.0",
    "@semantic-release/npm": "^13.1.1",
    "@types/leaflet": "^1.9.20",
    "@types/node": "^25.0.3",
    "@typescript-eslint/eslint-plugin": "^8.59.1",
    "@typescript-eslint/parser": "^8.59.1",
    "@typescript/native-preview": "^7.0.0-dev.20260421.2",
    "@vitest/coverage-v8": "^4.1.5",
    "canvas": "^3.2.0",
    "eslint": "^10.2.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import-x": "^4.16.2",
    "eslint-plugin-prettier": "^5.5.4",
    "husky": "^9.1.7",
    "jsdom": "^29.1.0",
    "leaflet": "^1.9.4",
    "lint-staged": "^16.1.5",
    "prettier": "^3.6.2",
    "semantic-release": "^25.0.1",
    "serve": "^14.2.4",
    "typescript": "^6.0.3",
    "vite": "^8.0.10",
    "vitest": "^4.1.5"
  }
}
