{
  "name": "@varlet/icons",
  "version": "3.19.3",
  "description": "Icons of varlet",
  "keywords": [
    "icons",
    "svg",
    "varlet"
  ],
  "bugs": {
    "url": "https://github.com/varletjs/varlet/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/varletjs/varlet.git"
  },
  "license": "MIT",
  "author": "haoziqaq <357229046@qq.com>",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@varlet/cli": "3.19.3"
  },
  "scripts": {
    "build": "varlet-cli build:icons",
    "dev": "varlet-cli build:icons -w"
  }
}