{
  "name": "react-3d-tag-sphere",
  "version": "1.0.2",
  "description": "The react-3d-tag-sphere component allows you to create an interactive and visually appealing 3D rotating tag cloud using images. This React component provides a spherical layout of tags that rotate dynamically based on user interactions or automatic animations, offering an engaging experience for applications like portfolio showcases, logos, or data visualization.",
  "keywords": [
    "react",
    "3d",
    "tag",
    "sphere",
    "TagCanvas",
    "react-3d-tag-sphere",
    "tag-cloud",
    "tag-sphere",
    "3d-tag-cloud",
    "3d-tag-sphere",
    "3d-tag-cloud-react",
    "3d-tag-sphere-react",
    "3d-tag-cloud-component",
    "animations"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Bum-Ho12/react-3d-tag-sphere.gitdemo"
  },
  "license": "MIT",
  "author": "Bumho Nisubire",
  "type": "module",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c rollup.config.js"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/react": "^19.0.3",
    "rollup": "^4.30.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  }
}