{
  "name": "mapbox-gl-draw-select-mode",
  "version": "1.0.3",
  "description": "A custom mode for MapboxGL Draw to select features with highlighting",
  "main": "dist/index.js",
  "module": "src/index.js",
  "scripts": {
    "dev": "cd demo && npx vite --host",
    "build": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mhsattarian/mapbox-gl-draw-select-mode.git"
  },
  "keywords": [
    "mapbox",
    "mapbox-gl",
    "mapbox-gl-draw",
    "geojson"
  ],
  "author": "Reyhane Masumi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mhsattarian/mapbox-gl-draw-select-mode/issues"
  },
  "homepage": "https://github.com/mhsattarian/mapbox-gl-draw-select-mode#readme",
  "files": [
    "dist",
    "src"
  ],
  "devDependencies": {
    "@rollup/plugin-commonjs": "23.0.2",
    "@rollup/plugin-inject": "5.0.2",
    "@rollup/plugin-node-resolve": "15.0.1",
    "@rollup/plugin-terser": "^0.1.0",
    "rollup": "^3.2.5",
    "eslint": "8.26.0"
  },
  "peerDependencies": {
    "@mapbox/mapbox-gl-draw": "1.4.3",
    "mapbox-gl-draw-passing-mode": "^2.2.2"
  },
  "dependencies": {
    "@turf/turf": "6.5.0"
  }
}
