{
  "name": "reshuffle-google-connectors",
  "version": "0.1.3",
  "description": "Bundle for Reshuffle Google connectors",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc",
    "build:watch": "rimraf dist && tsc -w",
    "lint": "eslint . --ext .ts,.js --fix",
    "prepublishOnly": "rimraf dist && tsc",
    "prepare": "rimraf dist && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reshufflehq/reshuffle-google-connectors.git"
  },
  "keywords": [
    "Reshuffle",
    "integrations",
    "workflows",
    "google",
    "connectors"
  ],
  "author": "Christophe Gachiniard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reshufflehq/reshuffle-google-connectors/issues"
  },
  "homepage": "https://github.com/reshufflehq/reshuffle-google-connectors#readme",
  "dependencies": {
    "@analytics/google-analytics": "^0.5.2",
    "@google-cloud/language": "^4.2.1",
    "@google-cloud/text-to-speech": "^3.1.3",
    "@google-cloud/translate": "^6.0.5",
    "@types/deep-equal": "^1.0.1",
    "@types/google-spreadsheet": "^3.0.2",
    "@types/node-fetch": "^2.5.7",
    "@types/universal-analytics": "^0.4.4",
    "analytics": "^0.6.2",
    "deep-equal": "^2.0.5",
    "google-spreadsheet": "^3.0.14",
    "node-fetch": "^2.6.1",
    "reshuffle-base-connector": "^0.0.11",
    "universal-analytics": "^0.4.23"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.9.1",
    "@typescript-eslint/parser": "^4.9.1",
    "eslint": "^7.15.0",
    "eslint-config-prettier": "^7.0.0",
    "eslint-plugin-prettier": "^3.2.0",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.2"
  }
}
