{
  "name": "goots",
  "version": "0.0.1",
  "description": "Modern Google APIs client library for web runtime.",
  "repository": "ryoid/goots",
  "homepage": "https://github.com/ryoid/goots",
  "bugs": {
    "url": "https://github.com/ryoid/goots/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "packageManager": "pnpm@8.6.12",
  "sideEffects": false,
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    }
  },
  "files": [
    "dist",
    "bin"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev",
    "play": "tsx playground",
    "lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
    "lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
    "prepack": "pnpm run build",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsc --noEmit --skipLibCheck"
  },
  "devDependencies": {
    "@types/node": "^20.5.4",
    "@vitest/coverage-v8": "^0.34.2",
    "changelogen": "^0.5.5",
    "eslint": "^8.47.0",
    "eslint-config-unjs": "^0.2.1",
    "prettier": "^3.0.2",
    "tsx": "^3.12.10",
    "typescript": "^5.1.6",
    "unbuild": "^2.0.0",
    "vitest": "^0.34.2"
  }
}
