{
  "name": "v-simple-icons",
  "version": "1.0.2",
  "description": "Simply beautiful open source icons as Vue functional components.",
  "repository": {
    "url": "amaury-tobias/v-simple-icons",
    "type": "git"
  },
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "cdn": "dist/index.umd.min.js",
  "unpkg": "dist/index.umd.min.js",
  "types": "./index.d.ts",
  "files": [
    "dist",
    "icons",
    "index.d.ts"
  ],
  "sideEffects": false,
  "scripts": {
    "test": "echo 'no tests!'",
    "prepublishOnly": "npm run build",
    "build": "npm run build:icons && npm run build:dist",
    "build:dist": "bili --format umd,es,cjs,umd-min --minimal --module-name vSimpleIcons",
    "build:icons": "node build && babel src/components -d icons",
    "example": "poi --serve --config example/poi.config.js",
    "build:example": "poi --prod --config example/poi.config.js",
    "prebuild:example": "npm run build:icons"
  },
  "author": "amaury.tobiasqr@gmail.com",
  "license": "MIT",
  "dependencies": {
    "babel-helper-vue-jsx-merge-props": "^2.0.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "bili": "^4.8.1",
    "fs-extra": "^8.1.0",
    "lodash.kebabcase": "^4.1.1",
    "marked": "^0.8.0",
    "pascal-case": "^3.1.1",
    "poi": "^12.7.5",
    "prismjs": "^1.19.0",
    "simple-icons": "^2.5.0",
    "v-tippy": "^2.0.0",
    "vue": "^2.6.11",
    "vue-github-badge": "^1.0.1",
    "vue-template-compiler": "^2.6.11"
  },
  "babel": {
    "presets": [
      [
        "poi/babel",
        {
          "jsx": "vue"
        }
      ]
    ]
  }
}
