{
  "name": "react-doodle-icons",
  "version": "1.0.0",
  "description": "React components for doodle-style icons, optimized for modern apps (ESM, TypeScript, tree-shakable)",
  "repository": {
    "type": "git",
    "url": "https://github.com/agilek/react-doodle-icons.git"
  },
  "homepage": "https://github.com/agilek/react-doodle-icons#readme",
  "bugs": {
    "url": "https://github.com/agilek/react-doodle-icons/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/agilek"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./icons/*": {
      "import": {
        "types": "./dist/icons/*.d.mts",
        "default": "./dist/icons/*.mjs"
      },
      "require": {
        "types": "./dist/icons/*.d.ts",
        "default": "./dist/icons/*.js"
      }
    }
  },
  "sideEffects": ["./dist/index.js", "./dist/index.mjs"],
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "generate": "tsx scripts/generate-icons.ts",
    "dev": "tsup --watch"
  },
  "keywords": [
    "react",
    "react-icons",
    "icons",
    "svg",
    "icon-library",
    "react-components",
    "hand-drawn",
    "doodle",
    "sketch",
    "illustration",
    "ui-icons",
    "frontend",
    "web-development",
    "typescript",
    "tree-shakable",
    "lightweight",
    "customizable",
    "accessible",
    "modern",
    "esm"
  ],
  "author": "Mike Acler",
  "contributors": [
    { "name": "Khushmeen Sidhu", "url": "https://khushmeen.com/" }
  ],
  "license": "MIT",
  "peerDependencies": {
    "react": ">=18"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@types/react": "^18.2.0",
    "glob": "^13.0.6",
    "react": "^18.2.0",
    "tsup": "^8.0.0",
    "tsx": "^4.6.0",
    "typescript": "^5.3.0"
  }
}
