{
  "name": "@central-icons-react/round-outlined-radius-3-stroke-2",
  "version": "0.0.43",
  "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",
    "**/*.json"
  ],
  "scripts": {
    "preinstall": "node ./license-check.js",
    "prebuild": "tsc",
    "build": "tsup",
    "postbuild": "prettier --write **/*.d.ts *.d.ts && sed -i 's/import(/import(\\/* webpackIgnore: true *\\//g' index.js index.mjs",
    "prepublishOnly": "npm run build",
    "dev": "tsup --watch",
    "lint": "prettier --write ."
  },
  "peerDependencies": {
    "react": ">=14.0.0 <= 19"
  },
  "devDependencies": {
    "@types/node": "^22",
    "@types/react": "^19",
    "tsup": "^8",
    "typescript": "^5",
    "prettier": "^3"
  },
  "keywords": [
    "react",
    "icons",
    "svg",
    "ui",
    "design-system",
    "sharp",
    "round",
    "filled",
    "outlined",
    "stroke",
    "radius",
    "central-icons",
    "icon-library",
    "icon-pack"
  ],
  "author": "Iconists"
}
