{
  "name": "vue-gapi",
  "version": "2.1.3",
  "description": "Google API Client Library wrapper for Vue.js",
  "author": "CedricPoilly <cedricpoilly@outlook.com>",
  "main": "dist/vue-gapi.common.js",
  "module": "dist/vue-gapi.esm.js",
  "browser": "dist/vue-gapi.common.js",
  "unpkg": "dist/vue-gapi.js",
  "types": "./vue-gapi.d.ts",
  "files": [
    "dist",
    "vue-gapi.d.ts"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "node build",
    "lint": "npm run lint:eslint && npm run lint:prettier",
    "lint:eslint": "eslint --ext js .",
    "lint:prettier": "prettier --check \"{**/*,*}.{js,json}\"",
    "lint:staged": "lint-staged",
    "test": "jest",
    "prepublish": "npm run build",
    "docs": "vuepress-jsdoc --source ./src --dist ./docs --folder ./reference --partials ./docs/.vuepress/partials/*.hbs && cp README.md ./docs && vuepress build ./docs"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ],
    "*.{js,json}": [
      "prettier --write"
    ]
  },
  "pre-commit": "lint:staged",
  "devDependencies": {
    "@babel/core": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/preset-env": "^7.10.4",
    "@rollup/plugin-buble": "^0.21.3",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@vuepress/plugin-search": "^2.0.0-beta.38",
    "babel-jest": "^28.1.0",
    "eslint": "^8.6.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-vue": "^9.3.0",
    "jest": "^28.1.0",
    "lint-staged": "^13.0.3",
    "pre-commit": "^1.2.0",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.2",
    "rollup": "^2.23.0",
    "uglify-js": "^3.10.1",
    "uppercamelcase": "^3.0.0",
    "vuepress": "^2.0.0-beta.39",
    "vuepress-jsdoc": "^4.3.0"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "homepage": "https://github.com/vue-gapi/vue-gapi#readme",
  "bugs": {
    "url": "https://github.com/vue-gapi/vue-gapi/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vue-gapi/vue-gapi.git"
  },
  "license": "MIT",
  "dependencies": {
    "@types/gapi": "0.0.42",
    "@types/gapi.auth2": "0.0.56"
  }
}
