{
  "name": "@victorhugosilva30/auth-google",
  "version": "2.8.8",
  "description": "Google OAuth authentication provider for Medusa",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/medusajs/medusa",
    "directory": "packages/modules/providers/auth-google"
  },
  "files": [
    "dist",
    "!dist/**/__tests__",
    "!dist/**/__mocks__",
    "!dist/**/__fixtures__"
  ],
  "engines": {
    "node": ">=20"
  },
  "author": "Medusa",
  "license": "MIT",
  "scripts": {
    "test": "jest --passWithNoTests src",
    "test:integration": "jest --forceExit -- integration-tests/**/__tests__/**/*.spec.ts",
    "build": "rimraf dist && tsc --build",
    "watch": "tsc --watch"
  },
  "devDependencies": {
    "@swc/core": "^1.7.28",
    "@swc/jest": "^0.2.36",
    "@victorhugosilva30/framework": "2.8.8",
    "jest": "^29.7.0",
    "msw": "^2.3.0",
    "rimraf": "^5.0.1",
    "typescript": "^5.6.2"
  },
  "dependencies": {
    "jsonwebtoken": "^9.0.2"
  },
  "peerDependencies": {
    "@victorhugosilva30/framework": "2.8.8"
  },
  "keywords": [
    "medusa-provider",
    "medusa-provider-auth-google"
  ]
}
