{
  "name": "@sumup/icons",
  "version": "4.1.3",
  "description": "A collection of icons by SumUp",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./manifest.json": "./manifest.json",
    "./*.svg": "./web/v2/*.svg"
  },
  "sideEffects": false,
  "files": [
    "dist",
    "web",
    "manifest.json"
  ],
  "repository": {
    "type": "git",
    "directory": "packages/icons",
    "url": "git+https://github.com/sumup-oss/circuit-ui.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/sumup-oss/circuit-ui/issues"
  },
  "homepage": "https://github.com/sumup-oss/circuit-ui/tree/main/packages/icons/README.md",
  "scripts": {
    "start": "tsx watch ./scripts/build.ts",
    "build": "tsx ./scripts/build.ts",
    "test": "vitest",
    "lint": "foundry run eslint . --ext .ts,.tsx,.js,.jsx",
    "lint:fix": "npm run lint -- --fix",
    "prepublish": "npm run build"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/preset-react": "^7.24.7",
    "@types/babel__core": "^7.20.5",
    "fast-xml-parser": "^4.4.1",
    "prettier": "^3.3.3",
    "tsx": "^4.16.5",
    "typescript": "^5.6.2"
  },
  "peerDependencies": {
    "react": ">=16.0.0 <19.0.0"
  },
  "engines": {
    "node": ">=18"
  }
}
