{
  "name": "@blocksuite/icons",
  "version": "2.2.17",
  "exports": {
    "./rc": {
      "types": "./dist/rc.d.ts",
      "import": "./dist/rc.mjs",
      "require": "./dist/rc.js"
    },
    "./lit": {
      "types": "./dist/lit.d.ts",
      "import": "./dist/lit.mjs",
      "require": "./dist/lit.js"
    },
    "./keywords/*": {
      "types": "./dist/keywords.d.ts",
      "import": "./dist/keywords/*",
      "require": "./dist/keywords/*"
    }
  },
  "packageManager": "pnpm@9.15.3",
  "engines": {
    "node": ">=18.19.0 <23.0.0"
  },
  "scripts": {
    "clear": "node scripts/clear.js",
    "download24": "figma_file_id=Z0wdPIMga9NNitufIq4h07 figma_node_id=1877:45603 size=24 node scripts/download.js",
    "download": "npm run clear && npm run download24",
    "build": "vite build",
    "check-update": "node scripts/check-update.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toeverything/icons.git"
  },
  "keywords": [],
  "author": "toeverything",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/toeverything/icons/issues"
  },
  "homepage": "https://github.com/toeverything/icons#readme",
  "devDependencies": {
    "@svgr/core": "^8.1.0",
    "@svgr/plugin-jsx": "^8.1.0",
    "@types/node": "^22.10.5",
    "@types/react": "^19.0.4",
    "@vitejs/plugin-react-swc": "^3.7.2",
    "change-case": "4.1.2",
    "fs-extra": "^11.2.0",
    "got": "^14.4.5",
    "lit": "^3.2.1",
    "react": "^19.0.0",
    "svgo": "^3.3.2",
    "typescript": "^5.7.3",
    "vite": "^6.0.7",
    "vite-plugin-dts": "^4.5.0",
    "vite-plugin-static-copy": "^1.0.0"
  },
  "peerDependencies": {
    "@types/react": "^18.0.25",
    "lit": "^3.1.1",
    "react": "^18.2.0",
    "change-case": "4.1.2"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "lit": {
      "optional": true
    }
  }
}
