{
  "name": "@databricks/sql",
  "version": "1.13.0",
  "description": "Driver for connection to Databricks SQL via Thrift API.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "example": "examples",
    "test": "tests"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "prepare": "npm run build",
    "e2e": "nyc --report-dir=${NYC_REPORT_DIR:-coverage_e2e} mocha --config tests/e2e/.mocharc.js",
    "test": "nyc --report-dir=${NYC_REPORT_DIR:-coverage_unit} mocha --config tests/unit/.mocharc.js",
    "update-version": "node bin/update-version.js && prettier --write ./lib/version.ts",
    "build": "npm run update-version && tsc --project tsconfig.build.json",
    "watch": "tsc --project tsconfig.build.json --watch",
    "type-check": "tsc --noEmit",
    "prettier": "prettier . --check",
    "prettier:fix": "prettier . --write",
    "lint": "eslint lib/** tests/e2e/** --ext .js,.ts",
    "lint:fix": "eslint lib/** --ext .js,.ts --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/databricks/databricks-sql-nodejs/"
  },
  "bugs": {
    "url": "https://github.com/databricks/databricks-sql-nodejs/issues"
  },
  "homepage": "https://github.com/databricks/databricks-sql-nodejs#readme",
  "keywords": [
    "databricks sql",
    "hiveserver2",
    "apache",
    "hive",
    "hs2",
    "client",
    "thrift",
    "nodejs",
    "js",
    "hive",
    "hive js"
  ],
  "license": "Apache 2.0",
  "devDependencies": {
    "@types/chai": "^4.3.14",
    "@types/http-proxy": "^1.17.14",
    "@types/lz4": "^0.6.4",
    "@types/mocha": "^10.0.6",
    "@types/node": "^18.11.9",
    "@types/node-fetch": "^2.6.4",
    "@types/node-int64": "^0.4.29",
    "@types/sinon": "^17.0.3",
    "@types/thrift": "^0.10.11",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.44.0",
    "@typescript-eslint/parser": "^5.44.0",
    "chai": "^4.3.6",
    "eslint": "^8.22.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-react": "^7.30.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "http-proxy": "^1.18.1",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "prettier": "^2.8.4",
    "sinon": "^17.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "apache-arrow": "^13.0.0",
    "commander": "^9.3.0",
    "node-fetch": "^2.6.12",
    "node-int64": "^0.4.0",
    "open": "^8.4.2",
    "openid-client": "^5.4.2",
    "proxy-agent": "^6.3.1",
    "thrift": "^0.16.0",
    "uuid": "^9.0.0",
    "winston": "^3.8.2"
  },
  "optionalDependencies": {
    "lz4": "^0.6.5"
  }
}
