{
  "name": "social-floating-icons",
  "version": "1.0.4",
  "description": "A React component for floating social media icons with customizable configuration. Perfect for portfolios, websites, and React/Next.js projects. Features hover effects, animations, and JSON-based configuration.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "social-links.json",
    "scripts"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "setup": "node scripts/setup.js",
    "postinstall": "node scripts/generate-config.js || echo 'Config generation skipped - you can run npm run setup manually'",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react",
    "next.js",
    "social-media",
    "icons",
    "floating",
    "typescript",
    "tailwind",
    "social-icons",
    "floating-icons",
    "social-media-icons",
    "portfolio",
    "react-component",
    "social-links",
    "hover-effects",
    "animations",
    "responsive",
    "react-icons",
    "social-buttons",
    "floating-social-icons",
    "social-media-buttons"
  ],
  "author": "Kundan",
  "license": "MIT",
  "type": "module",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "react-icons": "^4.12.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "rimraf": "^5.0.0",
    "rollup": "^3.29.0",
    "rollup-plugin-dts": "^5.3.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "@rollup/plugin-terser": "^0.4.4",
    "tslib": "^2.6.0",
    "typescript": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/its-kundan/floating-social-icons.git"
  },
  "bugs": {
    "url": "https://github.com/its-kundan/floating-social-icons/issues"
  },
  "homepage": "https://github.com/its-kundan/floating-social-icons#readme",
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6.0.0"
  }
}
