{
  "name": "@meteor-icons/react",
  "type": "module",
  "version": "4.4.0",
  "private": false,
  "description": "Meteor is an open-source icon set with ultra-lightweight, performance-focused code, crafted through human reasoning.",
  "author": "Abel Moreira <daniel@zkreations.com>",
  "license": "MIT",
  "homepage": "https://meteoricons.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zkreations/meteor.git"
  },
  "bugs": {
    "url": "https://github.com/zkreations/meteor/issues"
  },
  "keywords": [
    "icons",
    "svg",
    "icon-library",
    "meteor-icons"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./src/index.d.ts",
      "import": "./src/index.js"
    },
    "./icons/*": {
      "types": "./src/icons/*.d.ts",
      "import": "./src/icons/*.js"
    }
  },
  "main": "src/index.js",
  "module": "src/index.js",
  "types": "src/index.d.ts",
  "files": [
    "src"
  ],
  "engines": {
    "node": ">=18"
  },
  "peerDependencies": {
    "react": ">=17"
  }
}