{
  "name": "motionicon",
  "version": "1.0.1",
  "description": "A comprehensive library of animated icons powered by Motion for React",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "bin": {
    "motionicons": "./bin/motionicons.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./static": {
      "types": "./dist/static.d.ts",
      "import": "./dist/static.mjs",
      "require": "./dist/static.js"
    },
    "./css": {
      "types": "./dist/css.d.ts",
      "import": "./dist/css.mjs",
      "require": "./dist/css.js"
    }
  },
  "files": [
    "dist",
    "bin",
    "src/icons",
    "src/static",
    "README.md"
  ],
  "sideEffects": false,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "build:lib": "tsup",
    "start": "next start",
    "lint": "next lint",
    "type-check": "tsc --noEmit",
    "generate:types": "npx tsx scripts/generate-types.ts",
    "prepublishOnly": "pnpm run generate:types && pnpm run build:lib"
  },
  "keywords": [
    "react",
    "icons",
    "motion",
    "animation",
    "components",
    "animated-icons",
    "framer-motion",
    "svg-icons",
    "rsc",
    "server-components",
    "css-animations"
  ],
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "motion": ">=11.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "peerDependenciesMeta": {
    "motion": {
      "optional": true
    }
  },
  "dependencies": {
    "@vercel/analytics": "^1.6.1",
    "next": "^15.0.0",
    "tailwindcss": "^4.0.0"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.1.18",
    "@types/node": "^22.0.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "motion": "^12.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tsup": "^8.5.1",
    "typescript": "^5.7.0"
  }
}
