{
  "name": "@portal-hq/gdrive-storage",
  "version": "5.0.0",
  "description": "Portal's Google Sign-in and Google Drive API integration.",
  "author": "Portal Labs, Inc.",
  "homepage": "https://portalhq.io",
  "license": "MIT",
  "main": "lib/commonjs/index",
  "module": "lib/esm/index",
  "source": "src/index",
  "types": "src/index",
  "files": [
    "android",
    "ios",
    "lib",
    "src",
    "types.d.ts",
    "PortalGoogleSignin.podspec"
  ],
  "scripts": {
    "coverage": "jest --collect-coverage",
    "prepare": "yarn prepare:cjs && yarn prepare:esm",
    "prepare:cjs": "tsc --outDir lib/commonjs --module commonjs",
    "prepare:esm": "tsc --outDir lib/esm --module es2015 --target es2015",
    "test": "jest"
  },
  "dependencies": {
    "@portal-hq/core": "^5.0.0",
    "@portal-hq/utils": "^5.0.0"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^29.2.0",
    "jest": "^29.2.1",
    "jest-environment-jsdom": "^29.2.2",
    "ts-jest": "^29.0.3",
    "typescript": "^4.8.4"
  },
  "codegenConfig": {
    "name": "PortalGoogleSignInSpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "io.portalhq.reactnative.googlesignin"
    }
  },
  "gitHead": "1250896d62af2930cca389e2725336bedb247f9a"
}
