{
  "name": "msr-icons",
  "private": false,
  "version": "1.1.0",
  "type": "module",
  "description": "A lightweight, production-ready React SVG icon library with 1800+ pre-built icons across brands, UI, files, weather, transport, food, medical, sports, nature, education, music, home, and developer/agent categories (Git, code, DevOps, data, security, AI, devices, layout, and more).",
  "keywords": [
    "icons",
    "react",
    "svg",
    "component",
    "library",
    "brands",
    "files",
    "ui",
    "weather",
    "transport",
    "food",
    "medical",
    "sports",
    "nature",
    "education",
    "music",
    "home"
  ],
  "author": "Michael Scharff",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Minka1902/msr-icons.git"
  },
  "bugs": {
    "url": "https://github.com/Minka1902/msr-icons/issues"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "lint": "eslint .",
    "preview": "vite preview",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "peerDependencies": {
    "react": ">=17.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@types/react": "^19.2.5",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.1.1",
    "eslint": "^9.39.1",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.4.24",
    "globals": "^16.5.0",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "typescript": "^5.6.3",
    "vite": "^7.2.4",
    "vite-plugin-dts": "^4.5.4"
  }
}
