{
  "name": "@watergis/svelte-maplibre-valhalla",
  "version": "4.0.0",
  "description": "This is a svelte component to add valhalla control plugin to maplibre.",
  "main": "dist/index.js",
  "files": [
    "dist",
    "package.json",
    "README.md",
    "CHANGELOG.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watergis/svelte-maplibre-components.git",
    "directory": "packages/valhalla"
  },
  "keywords": [
    "maplibre",
    "maplibre-gl-js",
    "valhalla",
    "isochrone",
    "routing"
  ],
  "author": "Jin IGARASHI",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/watergis/svelte-maplibre-components/issues"
  },
  "homepage": "https://github.com/watergis/svelte-maplibre-components/tree/main/packages/valhalla#readme",
  "devDependencies": {
    "@eslint/js": "^9.33.0",
    "@sveltejs/adapter-auto": "^6.0.2",
    "@sveltejs/kit": "^2.27.3",
    "@sveltejs/package": "^2.4.1",
    "@sveltejs/vite-plugin-svelte": "^6.1.1",
    "@typescript-eslint/eslint-plugin": "^8.39.1",
    "@typescript-eslint/parser": "^8.39.1",
    "eslint": "^9.33.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-svelte": "^3.11.0",
    "globals": "^16.3.0",
    "pmtiles": "^4.3.0",
    "prettier": "^3.6.2",
    "prettier-plugin-svelte": "^3.4.0",
    "svelte": "^5.38.1",
    "svelte-check": "^4.3.1",
    "svelte-preprocess": "^6.0.3",
    "tslib": "^2.8.1",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.39.1",
    "vite": "^7.1.1",
    "@watergis/svelte-maplibre-menu": "^4.0.0"
  },
  "type": "module",
  "dependencies": {
    "@fortawesome/free-solid-svg-icons": "^7.0.0",
    "maplibre-gl": "^5.6.2",
    "svelte-fa": "^4.0.4"
  },
  "peerDependencies": {
    "svelte": "^5.0.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "svelte": "./dist/index.js"
    }
  },
  "svelte": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "vite dev",
    "build": "svelte-kit sync && svelte-package",
    "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
    "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
    "lint": "prettier --check . && eslint .",
    "format": "prettier --write ."
  }
}