{
  "name": "@lightdash/warehouses",
  "version": "2.269.0",
  "description": "Warehouse connectors for Lightdash",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lightdash/lightdash.git"
  },
  "files": [
    "dist/**/*"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@aws-sdk/client-athena": "3.1000.0",
    "@aws-sdk/client-redshift": "3.1000.0",
    "@aws-sdk/client-redshift-serverless": "3.1000.0",
    "@aws-sdk/credential-providers": "3.995.0",
    "@clickhouse/client": "1.12.1",
    "@databricks/sql": "1.13.0",
    "@duckdb/node-api": "1.5.2-r.2",
    "@google-cloud/bigquery": "8.3.1",
    "@lightdash/common": "2.269.0",
    "node-fetch": "2.7.0",
    "pg": "8.13.1",
    "pg-cursor": "2.10.0",
    "pg-protocol": "1.10.3",
    "snowflake-sdk": "2.3.4",
    "ssh2": "1.14.0",
    "trino-client": "0.2.9"
  },
  "devDependencies": {
    "oxlint": "1.75.0",
    "oxlint-tsgolint": "7.0.2001",
    "@types/node-fetch": "2.6.13",
    "@types/pg": "8.11.10",
    "@types/pg-cursor": "2.7.0",
    "@types/ssh2": "1.11.15",
    "copyfiles": "2.4.1",
    "typescript": "7.0.2",
    "vitest": "4.1.11"
  },
  "scripts": {
    "linter": "oxlint -c .oxlintrc.json --ignore-path ./../../.gitignore",
    "formatter": "oxfmt",
    "lint": "pnpm run linter ./src",
    "fix-lint": "pnpm run linter ./src --fix",
    "format": "oxfmt ./src --check",
    "fix-format": "oxfmt ./src",
    "test": "vitest run --config vitest.config.ts",
    "typecheck": "tsc --project tsconfig.json --noEmit --composite false",
    "copy-files": "copyfiles -u 1 src/warehouseClients/ca-bundle-aws-redshift.crt src/warehouseClients/ca-bundle-aws-rds-global.pem dist/",
    "build": "pnpm run copy-files && tsc --build tsconfig.build.json",
    "dev": "pnpm run copy-files && tsc --build --watch --preserveWatchOutput tsconfig.build.json",
    "release": "pnpm publish --no-git-checks --access public"
  }
}