{
  "name": "@deriv-com/quill-icons-web",
  "version": "2.0.1",
  "description": "React icon components for Deriv's Quill design system, generated from Figma.",
  "keywords": [
    "deriv",
    "quill",
    "icons",
    "react",
    "svg",
    "design-system",
    "figma"
  ],
  "homepage": "https://github.com/deriv-com/product-design-quill-icons/tree/main/packages/icons-web#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deriv-com/product-design-quill-icons.git",
    "directory": "packages/icons-web"
  },
  "bugs": {
    "url": "https://github.com/deriv-com/product-design-quill-icons/issues"
  },
  "license": "MIT",
  "author": "Deriv.com Limited",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./svg/*": "./svg/*",
    "./*": {
      "types": "./dist/groups/*.d.ts",
      "import": "./dist/groups/*.js",
      "require": "./dist/groups/*.cjs"
    }
  },
  "files": [
    "dist",
    "svg"
  ],
  "scripts": {
    "build": "tsup && tsc -p tsconfig.json --emitDeclarationOnly"
  },
  "peerDependencies": {
    "react": ">=17"
  },
  "devDependencies": {
    "react": "^18.3.0",
    "@types/react": "^18.3.0",
    "tsup": "^8.0.0",
    "typescript": "^5.5.0"
  }
}
