{
  "name": "@fangzhongya/icons",
  "private": false,
  "type": "module",
  "version": "0.0.53",
  "description ": "个人图标库",
  "author": "fangzhongya ",
  "license": "MIT",
  "keywords": [
    "个人图标库"
  ],
  "repository": {
    "type": "git",
    "url": " https://github.com/fangzhongya/fang-icons.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@fangzhongya/create": "0.2.52",
    "@fangzhongya/utils": "0.0.82",
    "@iconify/vue": "5.0.1",
    "@types/node": "^25.9.2",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vue/tsconfig": "^0.9.1",
    "element-plus": "2.14.1",
    "sass": "1.100.0",
    "tsdown": "0.22.2",
    "tsx": "4.22.4",
    "typescript": "~6.0.3",
    "unplugin-auto-import": "21.0.0",
    "unplugin-icons": "23.0.1",
    "unplugin-vue-components": "32.1.0",
    "unrun": "0.3.1",
    "vite": "^8.0.16",
    "vue": "^3.5.35",
    "vue-router": "5.1.0",
    "vue-tsc": "^3.3.4"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    },
    "./css": "./dist/index.css",
    "./*": {
      "types": "./dist/*.d.ts",
      "require": "./dist/*.cjs",
      "import": "./dist/*",
      "default": "./dist/*"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "tsdown",
    "build:vue": "vue-tsc -b && vite build",
    "dev:i": "tsx node/index.ts",
    "dev:s": "tsx node/svg.ts",
    "dev:b": "tsx node/build.ts",
    "dev:f": "tsx node/fang.ts",
    "dev:v": "tsx node/version.ts",
    "dev:c": "tsx node/compons.ts",
    "dev:n": "tsx node/name.ts",
    "pub": "pnpm publish --access public --no-git-checks",
    "build:all": "pnpm dev:i &  pnpm dev:c & pnpm dev:n & pnpm build & pnpm dev:b",
    "all": "pnpm build:all & pnpm dev:v & pnpm pub",
    "preview": "vite preview"
  }
}