{
  "name": "motion-icons-react",
  "version": "1.1.0",
  "description": "Animated React icons - The easiest way to add smooth animations to Lucide icons",
  "author": "Garvit1000",
  "license": "MIT",
  "homepage": "https://motionicons.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/Garvit1000/motion-icons"
  },
  "bugs": {
    "url": "https://github.com/Garvit1000/motion-icons/issues"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "icons",
    "animation",
    "lucide",
    "motion",
    "tailwind",
    "animated-icons",
    "react-icons"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "packageManager": "npm@10.0.0",
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "lucide-react": ">=0.200.0"
  },
  "peerDependenciesMeta": {
    "lucide-react": {
      "optional": false
    }
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2",
    "@vitejs/plugin-react": "^4.7.0",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "lucide-react": "^0.400.0",
    "typescript": "^5.9.3",
    "vite": "^5.4.20"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build && tsc --emitDeclarationOnly",
    "preview": "vite preview",
    "publish-npm": "npm run build && npm publish",
    "publish-github": "npm run build && npm publish --registry=https://npm.pkg.github.com"
  }
}