{
  "name": "@wfp/icons-react",
  "type": "module",
  "description": "React components for icons in digital and software products using the Carbon Design System",
  "version": "10.38.6",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "es",
    "lib",
    "umd",
    "next"
  ],
  "keywords": [
    "un",
    "elements",
    "icons",
    "united-nations",
    "wfp",
    "world-food-programme",
    "components",
    "react"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf dist es lib umd",
    "build:js-from-svg": "node config.mjs",
    "build:types:generate": "tsc -p tsconfig.json",
    "build:types:bundle": "rollup -c rollup.config.js",
    "build": "yarn clean && yarn build:js-from-svg && yarn build:types:generate && yarn build:types:bundle"
  },
  "peerDependencies": {
    "react": ">=18.2.0 <20.0.0 || ^19.0.0-rc"
  },
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "@babel/preset-react": "^7.23.3",
    "@rollup/plugin-json": "^6.1.0",
    "@types/node": "^22.15.18",
    "@types/react": "^18.2.14",
    "@wfp/icons": "^10.37.62",
    "@wfp/icons-core": "^0.3.56",
    "rimraf": "^6.0.1",
    "rollup": "4.40.2",
    "rollup-plugin-dts": "^6.2.1",
    "typescript": "^5.8.3"
  },
  "sideEffects": false,
  "gitHead": "3b4e5cc99beb0522635f0a7d898414a27534c502"
}
