{
  "name": "@sit-onyx/icons",
  "description": "SVG icons for the onyx design system",
  "version": "1.8.0",
  "type": "module",
  "author": "Schwarz IT KG",
  "license": "Apache-2.0",
  "sideEffects": false,
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SchwarzIT/onyx",
    "directory": "packages/icons"
  },
  "bugs": {
    "url": "https://github.com/SchwarzIT/onyx/issues"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./utils": "./dist/utils.js",
    "./*": "./dist/assets/*"
  },
  "devDependencies": {
    "@changesets/write": "~0.4.0",
    "tsx": "^4.21.0",
    "vite-plugin-static-copy": "^3.3.0",
    "@sit-onyx/shared": "^0.1.0",
    "@sit-onyx/vite-plugin-svg": "^0.1.0"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest",
    "generate:changeset": "tsx ./scripts/changeset.ts"
  }
}