{
  "name": "vben-core-icons",
  "version": "6.0.10",
  "description": "Core icon components for Vben",
  "keywords": [
    "vben",
    "core",
    "icons",
    "components",
    "vue"
  ],
  "homepage": "https://github.com/vbenjs/vue-vben-admin",
  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbenjs/vue-vben-admin.git"
  },
  "license": "MIT",
  "author": {
    "name": "vben",
    "email": "ann.vben@gmail.com",
    "url": "https://github.com/anncwb"
  },
  "type": "module",
  "sideEffects": [
    "**/*.css"
  ],
  "dependencies": {
    "@iconify/vue": "^5.0.0",
    "lucide-vue-next": "^0.507.0",
    "unbuild": "^3.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.mjs"
    }
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs"
}