{
  "name": "vue-material-design-icons-vue3",
  "version": "5.1.2",
  "author": "Rob Cresswell <robcresswell@pm.me>",
  "license": "MIT",
  "description": "A collection of material design icons as Vue single file components",
  "repository": "github:robcresswell/vue-material-design-icons",
  "keywords": [
    "vue",
    "material design icons",
    "mdi",
    "icons",
    "material",
    "icon",
    "svg",
    "vue.js",
    "material design"
  ],
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@mdi/js": "6.9.96",
    "@types/node": "^16.9.2",
    "@vue/test-utils": "2.0.2",
    "@vue/vue3-jest": "^28.0.1",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "^28.1.2",
    "jest": "^28.1.2",
    "jest-serializer-vue": "2.0.2",
    "p-map": "^4.0.0",
    "prettier": "^2.4.1",
    "regenerator-runtime": "^0.13.9",
    "ts-node": "^10.2.1",
    "typescript": "^4.5.2",
    "vue": "^3.2.37"
  },
  "homepage": "https://github.com/robcresswell/vue-material-design-icons",
  "bugs": {
    "url": "https://github.com/robcresswell/vue-material-design-icons/issues"
  },
  "scripts": {
    "prebuild": "",
    "build": "./build.ts",
    "postbuild": "cp styles.css package.json README.md dist/",
    "format": "prettier --write **/*.{js,vue}",
    "test": "jest"
  }
}
