{
  "name": "@google-cloud/cloud-sql-connector",
  "version": "1.10.0",
  "description": "A JavaScript library for connecting securely to your Cloud SQL instances",
  "author": "Google Inc.",
  "main": "./dist/cjs/index.js",
  "types": "./dist/cjs/index.d.ts",
  "module": "./dist/mjs/index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/mjs/index.d.ts",
        "default": "./dist/mjs/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "connector",
    "cloud",
    "cloud-sql",
    "databases",
    "db",
    "Google Cloud",
    "mysql2",
    "pg",
    "sql",
    "tedious"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "clean": "rm -rf dist",
    "compile": "tsc -p tsconfig.json && tsc -p tsconfig-esm.json",
    "prepare": "rm -rf dist && npm run compile && node ./scripts/fixup.cjs",
    "pretest": "npm run prepare",
    "presnap": "npm run prepare",
    "test": "tap -t0 -c test",
    "presystem-test": "npm run prepare",
    "system-test": "tap --disable-coverage --allow-empty-coverage system-test",
    "sample-test": "tap --disable-coverage --allow-empty-coverage examples",
    "lint": "gts check",
    "fix": "gts fix",
    "posttest": "npm run lint"
  },
  "tap": {
    "serial": [
      "examples/prisma/mysql",
      "examples/prisma/postgresql",
      "test/serial"
    ],
    "show-full-coverage": true,
    "branches": 94,
    "functions": 96,
    "lines": 96,
    "statements": 96
  },
  "devDependencies": {
    "@prisma/client": "^5.22.0",
    "@sequelize/core": "^7.0.0-alpha.29",
    "@sequelize/mssql": "^7.0.0-alpha.29",
    "@sequelize/mysql": "^7.0.0-alpha.29",
    "@sequelize/postgres": "^7.0.0-alpha.29",
    "@types/node": "^24.12.2",
    "@types/pg": "^8.20.0",
    "@types/tap": "^18.0.0",
    "@types/tedious": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "eslint-plugin-prettier": "^5.5.5",
    "gts": "^5.3.1",
    "knex": "^3.2.9",
    "mssql": "^12.3.0",
    "mysql2": "^3.22.0",
    "nock": "^14.0.12",
    "pg": "^8.20.0",
    "prisma": "^5.22.0",
    "tap": "^21.7.0",
    "tedious": "^19.2.1",
    "typeorm": "^0.3.28",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector"
  },
  "dependencies": {
    "@googleapis/sqladmin": "^35.2.0",
    "gaxios": "^7.1.4",
    "google-auth-library": "^10.6.2",
    "p-throttle": "^7.0.0"
  },
  "overrides": {
    "make-fetch-happen": "12.0.0"
  }
}
