{
  "name": "google-spreadsheet",
  "version": "5.3.0",
  "description": "Google Sheets API -- simple interface to read/write data and manage sheets",
  "keywords": [
    "google spreadsheets",
    "google sheets",
    "google",
    "spreadsheet",
    "spreadsheets",
    "sheets",
    "gdata",
    "api",
    "googleapis",
    "drive",
    "google docs",
    "google drive"
  ],
  "homepage": "https://theoephraim.github.io/node-google-spreadsheet",
  "repository": {
    "type": "git",
    "url": "git://github.com/theoephraim/node-google-spreadsheet.git"
  },
  "license": "MIT",
  "author": "Theo Ephraim <theozero@gmail.com> (https://theoephraim.com)",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src/index.ts",
    "src/lib"
  ],
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "docs:preview": "docsify serve docs",
    "lint": "eslint ./ --ext .ts",
    "lint:fix": "bun run lint --fix",
    "nodev": "node -v",
    "readme:copy": "echo \"<!-- DO NOT EDIT THIS FILE, EDIT MAIN README.md AND RUN \\`bun readme:copy\\` instead -->\n\n_Welcome to the docs site for_\n\" | cat - README.md > docs/README.md",
    "test": "vitest",
    "test:ci": "vitest run"
  },
  "dependencies": {
    "es-toolkit": "^1.47.0",
    "ky": "^2.0.2"
  },
  "devDependencies": {
    "@types/node": "^25.2.3",
    "@typescript-eslint/eslint-plugin": "^5.59.7",
    "@typescript-eslint/parser": "^5.59.7",
    "@varlock/bumpy": "^1.13.0",
    "docsify-cli": "^4.4.4",
    "eslint": "^8.41.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-no-floating-promise": "^1.0.2",
    "google-auth-library": "^10.5.0",
    "nock": "^14.0.11",
    "tsdown": "^0.20.3",
    "typescript": "^5.9.3",
    "varlock": "^1.4.0",
    "vitest": "^4.0.18"
  },
  "peerDependencies": {
    "google-auth-library": ">=8.8.0"
  },
  "peerDependenciesMeta": {
    "google-auth-library": {
      "optional": true
    }
  }
}