{
  "name": "@flagkit/react",
  "version": "1.0.4",
  "main": "index.js",
  "module": "./esm/index.js",
  "author": "ecklf",
  "license": "MIT",
  "description": "Exported FlagKit SVG Components for React",
  "keywords": [
    "flagkit",
    "svg",
    "react"
  ],
  "homepage": "https://github.com/ecklf/flagkit",
  "repository": {
    "type": "git",
    "url": "https://github.com/ecklf/flagkit.git"
  },
  "bugs": {
    "url": "https://github.com/ecklf/flagkit/issues"
  },
  "files": [
    "*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=16.8"
  }
}
