{
  "name": "vue-feather-icon-set",
  "version": "0.1.1",
  "description": "Optimized Feather icon set for Vue",
  "keywords": [
    "vue",
    "feather icons",
    "optimized"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/privatenumber/vue-feather-icon-set.git"
  },
  "author": "Hiroki Osame <hiroki.osame@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/privatenumber/vue-feather-icon-set/issues"
  },
  "homepage": "https://github.com/privatenumber/vue-feather-icon-set#readme",
  "sideEffects": false,
  "files": [
    "/index.js",
    "/index.esm.js",
    "/lib",
    "/icons"
  ],
  "main": "index.js",
  "module": "index.esm.js",
  "scripts": {
    "lint": "xo",
    "build": "webpack --config build/webpack.config"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": "xo --fix"
  },
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@babel/preset-env": "^7.11.0",
    "feather-icons": "^4.28.0",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.11",
    "lodash": "^4.17.19",
    "semantic-release": "^17.1.1",
    "vue-loader": "^15.9.3",
    "vue-svg-icon-set": "^0.0.1",
    "vue-template-compiler": "^2.6.11",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12",
    "xo": "^0.32.1"
  }
}
