{
  "name": "vue-google-charts",
  "version": "1.1.0",
  "description": "Reactive Vue.js wrapper for Google Charts lib",
  "author": {
    "name": "Refat",
    "email": "nobilix@gmail.com"
  },
  "homepage": "https://github.com/devstark-com/vue-google-charts#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devstark-com/vue-google-charts.git"
  },
  "bugs": {
    "url": "https://github.com/devstark-com/vue-google-charts/issues"
  },
  "packageManager": "pnpm@6.32.13",
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "directory": "package"
  },
  "files": [
    "dist/",
    "legacy/index.*"
  ],
  "keywords": [
    "vue",
    "vuejs",
    "charts",
    "google charts",
    "charts component"
  ],
  "peerDependencies": {
    "vue": "^3.0.0-0 || ^2.6.0"
  },
  "readme": "",
  "scripts": {},
  "module": "./dist/index.js"
}