{
  "name": "@sofa-design/icons",
  "version": "1.6.6",
  "description": "Sofa-icons is a React UI icon library based on the Sofa Design design system, where all icons are exported as React usable components.",
  "sideEffects": false,
  "module": "icons/index.js",
  "typings": "icons/index.d.ts",
  "main": "icons/index.js",
  "files": [
    "dist",
    "icons",
    "LEGAL.md"
  ],
  "scripts": {
    "test": "jest"
  },
  "dependencies": {
    "@babel/runtime": "^7.18.0"
  },
  "peerDependencies": {
    "react": ">=16.9.0"
  },
  "engines": {
    "install-node": "16"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": "chuckray <chuckray.chuckray@gmail.com>",
  "license": "ISC"
}
