{
  "name": "@kousenlsn/react-hex-grid",
  "description": "Generate Hex grids with SVG + more utils | react@17.0.2",
  "author": "kousenlsn",
  "version": "1.0.0",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "sideEffects": false,

  "repository": {
    "type": "git",
    "url": "https://github.com/kousenlsn/react-hex-grid"
  },
  "keywords": [
    "hexgrid",
    "hexagon",
    "hex",
    "hexes",
    "hexmap",
    "map"
  ],
  "dependencies": {},
  "devDependencies": {
    "react": "^17.0.2",
    "esbuild": "^0.12.17",
    "globby": "^11.0.4",
    "typescript": "4.2.2"
  },
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "scripts": {
    "build": "rm -rf dist && node ./esbuild.js && tsc --emitDeclarationOnly --outDir dist"
  }
}
