{
  "name": "react-fontawesome-icons",
  "version": "1.0.4",
  "description": "Font Awesome React component using SVG with JS",
  "keywords": [
    "react",
    "fonts"
  ],
  "license": "ISC",
  "author": "ScriptKidding",
  "type": "module",
  "main": "index.jsx",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "dependencies": {
    "@iconify/react": "^6.0.2",
    "axios": "^1.17.0"
  }
}
