{
  "name": "@coji/remix-auth-google",
  "version": "4.2.0",
  "type": "module",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "keywords": [
    "remix",
    "react-router",
    "remix-auth",
    "auth",
    "authentication",
    "strategy",
    "google-auth"
  ],
  "author": {
    "name": "Coji Mizoguchi",
    "email": "coji@techtalk.jp",
    "url": "https://github.com/coji"
  },
  "repository": {
    "url": "https://github.com/coji/remix-auth-google",
    "type": "git"
  },
  "license": "MIT",
  "files": [
    "build",
    "package.json",
    "README.md"
  ],
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "arctic": "^3.2.1",
    "husky": "^9.1.7",
    "lint-staged": "^15.4.3",
    "prettier": "^3.4.2",
    "remix-auth-oauth2": "^3.2.2",
    "typescript": "^5.7.3"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": "pnpm lint",
    "*.{js,jsx,ts,tsx,css,json,md}": "pnpm format"
  },
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "typecheck": "tsc --project tsconfig.json --noEmit",
    "lint": "biome lint . --fix",
    "format": "prettier --config .prettierrc --write --list-different --ignore-path .gitignore ."
  }
}