{
  "name": "@sumup-oss/icons",
  "version": "7.0.2",
  "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"
  },
  "publishConfig": {
    "provenance": true
  },
  "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/generate-constants.ts && tsc -p tsconfig.src.json && 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.29.7",
    "@babel/preset-env": "^7.29.5",
    "@babel/preset-react": "^7.28.5",
    "@biomejs/js-api": "^6.0.0",
    "@testing-library/jest-dom": "^7.0.1",
    "@testing-library/react": "^16.3.3",
    "@types/babel__core": "^7.20.5",
    "@types/react": "^19.2.18",
    "@types/react-dom": "^19.2.5",
    "fast-xml-parser": "^5.11.1",
    "jest-axe": "^11.0.0",
    "jsdom": "^30.0.1",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "tsx": "^4.23.13",
    "typescript": "^6.0.3",
    "vitest": "^4.1.11"
  },
  "peerDependencies": {
    "react": ">=16.0.0 <20.0.0"
  },
  "engines": {
    "node": ">=24"
  }
}
