{
  "name": "vue-toy-face",
  "version": "2.0.1",
  "private": false,
  "description": "Vue Toy Face",
  "author": {
    "name": "Iman Malekian",
    "email": "imanmalekian31@gmail.com"
  },
  "repository": "https://github.com/imanmalekian31/vue-toy-face",
  "bugs": "https://github.com/imanmalekian31/vue-toy-face/issues",
  "keywords": [
    "vue",
    "toy",
    "face"
  ],
  "license": "MIT",
  "scripts": {
    "build": "rollup -c"
  },
  "main": "src/install.js",
  "files": [
    "src/"
  ],
  "peerDependencies": {
    "vue": "^3.2.38"
  }
}
