{
  "name": "react-honeycomb",
  "version": "0.1.3",
  "description": "A library for displaying lists as honeycombs with hexagonal cells in React applications",
  "scripts": {
    "prebuild": "rimraf ./lib",
    "build": "tsc",
    "publish": "npm run build && npm publish"
  },
  "keywords": [
    "react",
    "hexagon",
    "grid",
    "list",
    "honeycomb"
  ],
  "files": [
    "lib/**/*"
  ],
  "main": "lib/index.js",
  "author": "tpolovyi",
  "repository": {
    "type": "git",
    "url": "https://github.com/taraspolovyi/react-honeycomb"
  },
  "bugs": {
    "url": "https://github.com/taraspolovyi/react-honeycomb/issues"
  },
  "homepage": "https://github.com/taraspolovyi/react-honeycomb#readme",
  "license": "MIT",
  "dependencies": {
    "resize-observer-polyfill": "^1.5.1"
  },
  "peerDependencies": {
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  },
  "devDependencies": {
    "@types/react": "^17.0.2",
    "react": "*",
    "react-dom": "*",
    "rimraf": "^3.0.2",
    "typescript": "^4.1.5"
  }
}
