{
  "name": "react-kawaii",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "version": "1.6.0",
  "homepage": "https://github.com/miukimiu/react-kawaii#readme",
  "devDependencies": {
    "@svgr/core": "^8.1.0",
    "@svgr/plugin-jsx": "^8.1.0",
    "@svgr/plugin-prettier": "^8.1.0",
    "@svgr/plugin-svgo": "^8.1.0",
    "@swc/core": "^1.5.7",
    "@types/jest": "^29.5.12",
    "@types/react": "^19.0.7",
    "@types/react-dom": "^19.0.3",
    "change-case": "^5.4.3",
    "glob": "^10.3.10",
    "jest": "^29.7.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5",
    "eslint-config-react-kawaii": "0.0.0",
    "tsconfig": "0.0.0"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint": "eslint ./src",
    "test": "jest",
    "tsc": "tsc --noEmit",
    "generate-illustrations": "tsx ./scripts/generate.ts",
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "dev": "npm run build -- --watch"
  }
}