{
  "name": "element-plus-icon",
  "version": "0.0.1",
  "scripts": {
    "serve": "vite",
    "build": "node ./rollup.js",
    "generate": "sh ./batch.sh",
    "pub": "sh ./publish.sh"
  },
  "devDependencies": {
    "@vue/compiler-sfc": "^3.0.2",
    "rollup": "^2.35.1",
    "rollup-plugin-typescript2": "^0.29.0",
    "svgo": "^1.3.2",
    "tslib": "^2.0.3",
    "typescript": "^4.1.3",
    "vite": "^1.0.0-rc.13",
    "vue": "^3.0.3"
  },
  "license": "MIT",
  "homepage": "https://element-plus.org/",
  "description": "Icon library for ElementPlus",
  "repository": {
    "type": "git",
    "url": "https://github.com/element-plus/element-plus-icons.git"
  }
}
