{
  "name": "@opentiny/tiny-robot-svgs",
  "version": "0.5.1",
  "license": "MIT",
  "homepage": "https://docs.opentiny.design/tiny-robot/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opentiny/tiny-robot.git"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-robot/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "module": "dist/tiny-robot-svgs.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "scripts": {
    "dev": "vite",
    "build": "npm run convert && vue-tsc && vite build",
    "type-check": "vue-tsc --noEmit",
    "convert": "tsx ./scripts/convert.ts -F && tsx ./scripts/append-compat-aliases.ts"
  },
  "keywords": [
    "vue",
    "vue3",
    "svg",
    "icons",
    "icon-library",
    "icon-set",
    "tiny-robot",
    "opentiny"
  ],
  "description": "SVG图标组件库",
  "devDependencies": {
    "@svgr/core": "^8.1.0",
    "@types/node": "^20.10.5",
    "@vitejs/plugin-vue": "^5.2.1",
    "@vue/tsconfig": "^0.7.0",
    "esbuild": "0.21.5",
    "ts-node": "^10.9.2",
    "tsx": "^4.19.3",
    "typescript": "~5.7.2",
    "vite": "^5.0.8",
    "vite-plugin-dts": "^4.5.3",
    "vue-tsc": "^2.2.4"
  },
  "peerDependencies": {
    "vue": ">=3.0.0"
  },
  "gitHead": "2cb6596e8c02593ddf98851b18aae7a07fc98af1"
}
