{
  "name": "@central-icons-react/round-filled-radius-0-stroke-1.5",
  "version": "1.1.290",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://iconists.co/central",
  "bugs": {
    "url": "https://github.com/Iconists/central-icons-react/issues",
    "email": "info@iconists.co"
  },
  "sideEffects": false,
  "main": "./index.js",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "require": "./index.js"
    },
    "./*": {
      "types": "./*/index.d.ts",
      "import": "./*/index.mjs",
      "require": "./*/index.js"
    }
  },
  "files": [
    "**/*.js",
    "**/*.mjs",
    "**/*.map",
    "**/*.d.ts",
    "**/*.md",
    "icons-index.json"
  ],
  "scripts": {
    "preinstall": "node ./license-check.js",
    "build": "bun build.ts",
    "prepublishOnly": "npm run build",
    "dev": "bun --watch build.ts",
    "lint": "biome format --write ."
  },
  "peerDependencies": {
    "react": ">=14.0.0 <= 19"
  },
  "devDependencies": {
    "@types/node": "^24",
    "@types/react": "^19",
    "@biomejs/biome": "^2",
    "typescript": "^5"
  },
  "keywords": [
    "react",
    "icons",
    "svg",
    "ui",
    "design-system",
    "sharp",
    "round",
    "filled",
    "outlined",
    "stroke",
    "radius",
    "central-icons",
    "icon-library",
    "icon-pack"
  ],
  "author": "Iconists"
}
