{
  "name": "@wfp/pictograms-react",
  "type": "module",
  "description": "React components for pictograms in digital and software products using the UN Core",
  "version": "11.18.0",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "repository": {
    "type": "git",
    "url": "http://dev.azure.com/worldfoodprogramme/Design%20System/_git/bridge",
    "directory": "packages/pictograms-react"
  },
  "bugs": "https://dev.azure.com/worldfoodprogramme/Design%20System/_workitems/myactivity/",
  "files": [
    "es",
    "lib",
    "umd"
  ],
  "keywords": [
    "pictograms",
    "elements",
    "components",
    "react",
    "bridge",
    "wfp"
  ],
  "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"
  },
  "devDependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "@types/node": "^22.15.18",
    "@types/react": "^18.2.14",
    "@wfp/icons-core": "^0.3.56",
    "@wfp/pictograms": "^11.17.56",
    "rimraf": "^6.0.1",
    "rollup": "4.40.2",
    "rollup-plugin-dts": "^6.2.1",
    "typescript": "^5.8.3"
  },
  "sideEffects": false,
  "gitHead": "b953eabfcd011dc9b8a21682371e777e6854bd17"
}
