{
  "name": "@spruce-hub/icons",
  "version": "1.6.0",
  "description": "图标库",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    },
    "./*": "./*"
  },
  "files": [
    "/dist",
    "/global.d.ts"
  ],
  "scripts": {
    "changelog": "conventional-changelog -n '../../changelog.config.js' -i CHANGELOG.md -s -r 0 -k ./package.json --commit-path ./"
  },
  "keywords": [
    "Spruce Hub",
    "Spruce UI"
  ],
  "author": "Spruce FE",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spruce-hub/spruce-ui.git",
    "directory": "packages/icons"
  },
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0",
    "pnpm": ">=8.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "vue": ">=3.2.0"
  },
  "devDependencies": {
    "typescript": "^5.3.2",
    "vue": "^3.3.9"
  }
}
