{
  "name": "weui-icon",
  "version": "1.0.2",
  "main": "dist/weui-icon.css",
  "dependencies": {
    "rimraf": "^3.0.2",
    "svgo": "^1.3.2"
  },
  "scripts": {
    "convert": "svgo src/assets/* && node build/convert.js",
    "build": "npm run convert",
    "changelog": "picklog -lw CHANGELOG.md && git add -A .",
    "version": "npm run build && npm run changelog",
    "postversion": "git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/weui/weui-icon"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/weui/weui-icon/issues"
  }
}
