{
  "name": "@vrx-arco/icons-vue",
  "version": "0.3.1",
  "license": "MIT",
  "type": "module",
  "description": "使 Arco Design 的图标，作为纯 svg vue 组件 独立使用",
  "author": {
    "name": "whitekite",
    "email": "1075790909@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vrx-arco/icons.git"
  },
  "homepage": "https://vrx-arco.github.io/icons/",
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    },
    "./*.js": {
      "default": "./dist/*.vue.js",
      "types": "./dist/*.vue.d.ts"
    },
    "./*": {
      "import": "./dist/*.vue.js",
      "require": "./dist/*.vue.cjs",
      "types": "./dist/*.vue.d.ts"
    }
  },
  "files": [
    "dist",
    "web-types.json"
  ],
  "peerDependencies": {
    "vue": ">=3"
  },
  "peerDependenciesMeta": {
    "vue": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "automd && vrx-cp build"
  }
}