{
  "name": "geohex",
  "version": "0.0.7",
  "homepage": "https://leon-win.github.io/geohex/",
  "description": "Hexagonal geocoding system, library for converting geographic coordinates to hexagonal grid cell and vice versa",
  "main": "lib/geohex.min.js",
  "browser": "lib/geohex.min.js",
  "module": "src/index.js",
  "scripts": {
    "lint": "prettier .",
    "lint:ci": "prettier . --check",
    "lint:fix": "prettier . --write",
    "build": "webpack",
    "test:e2e": "node test/e2e/index.js"
  },
  "devDependencies": {
    "prettier": "^3.0.3",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leon-win/geohex.git"
  },
  "bugs": {
    "url": "https://github.com/leon-win/geohex/issues"
  },
  "author": "Leonid Vinogradov <win.leon@pm.me>",
  "keywords": [
    "geohex",
    "hexagon",
    "hexagonal",
    "geocoding",
    "converting",
    "coordinate system"
  ],
  "license": "MIT"
}
