{
  "name": "hexagon-3d-react",
  "version": "0.1.6",
  "description": "React component wrapper round hexagon-3d service for building css hexagons with high interactivity capabilities.",
  "main": "dist/Hexagon3D.js",
  "types": "dist/Hexagon3D.d.ts",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IevgenySp/hexagon-3d-react.git"
  },
  "keywords": [
    "Hexagon",
    "3D",
    "React",
    "Geometry",
    "CSS",
    "Interactivity"
  ],
  "author": "Ievgenii Spitsyn <ievgeny.s@gmail.com> (https://medium.com/@ievgeniispitsyn)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IevgenySp/hexagon-3d-react/issues"
  },
  "homepage": "https://github.com/IevgenySp/hexagon-3d-react#readme",
  "dependencies": {
    "@types/react": "^18.2.8",
    "hexagon-3d": "^0.1.6",
    "react": "^18.2.0"
  },
  "engines": {
    "node": ">=4.2.4"
  },
  "devDependencies": {
    "@babel/plugin-syntax-jsx": "^7.21.4",
    "@babel/preset-env": "^7.22.4",
    "@babel/preset-react": "^7.22.3",
    "babel-jest": "^29.5.0",
    "enzyme": "^3.11.0",
    "jest": "^29.5.0",
    "react-test-renderer": "^18.2.0"
  },
  "prepublish": "tsc"
}
