{
  "name": "@lifesg/react-icons",
  "version": "1.20.0",
  "description": "An icon component library for LifeSG and BookingSG web apps",
  "main": "./cjs/index.js",
  "module": "./index.js",
  "typings": "./index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LifeSG/react-icons.git"
  },
  "keywords": [
    "icons",
    "react-icons"
  ],
  "author": "LifeSG",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/LifeSG/react-icons/issues"
  },
  "homepage": "https://github.com/LifeSG/react-icons#readme",
  "peerDependencies": {
    "react": "^17.0.2 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
  },
  "lint-staged": {
    "*.{tsx,ts}": [
      "eslint --fix"
    ]
  },
  "private": false
}