{
  "name": "maplibre-graticule",
  "version": "0.0.4",
  "description": "Graticuel / Grid plugin for MapLibre GL JS / Mapbox GL JS",
  "keywords": [
    "maplibre",
    "mapbox",
    "graticule",
    "grid"
  ],
  "author": "Aditya Kushwaha",
  "license": "BSD",
  "repository": "github:kaditya97/maplibre-graticule",
  "main": "src/index.js",
  "browser": "dist/maplibre-graticule.min.js",
  "scripts": {
    "build": "rimraf dist && rollup -c",
    "dev": "rollup -c -w",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@turf/destination": "^6.3.0",
    "@turf/distance": "^6.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.13.8",
    "@babel/plugin-transform-runtime": "^7.13.9",
    "@babel/preset-env": "^7.13.9",
    "@babel/runtime": "^7.13.9",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^11.2.0",
    "@rollup/plugin-typescript": "^11.1.3",
    "@types/maplibre-gl": "^1.13.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.40.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^4.2.0",
    "tslib": "^2.6.2"
  }
}
