{
  "name": "@cityssm/mssql-multi-pool",
  "version": "5.0.0",
  "type": "module",
  "exports": {
    ".": "./index.js",
    "./debug": "./debug.config.js"
  },
  "description": "A simple way to manage connections to multiple SQL Server databases using the Node.js Tedious driver.",
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "mssql",
    "node-mssql",
    "tedious",
    "connection-pool",
    "sql-server"
  ],
  "homepage": "https://github.com/cityssm/mssql-multi-pool#readme",
  "bugs": {
    "url": "https://github.com/cityssm/mssql-multi-pool/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cityssm/mssql-multi-pool.git"
  },
  "license": "MIT",
  "author": "The Corporation of the City of Sault Ste. Marie",
  "scripts": {
    "test": "node --test test/test.js",
    "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test test/test.js"
  },
  "dependencies": {
    "@cityssm/has-package": "^1.0.0",
    "@types/mssql": "^9.1.6",
    "debug": "^4.4.0",
    "exit-hook": "^4.0.0",
    "mssql": "^11.0.1"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^22.10.6",
    "eslint-config-cityssm": "^18.3.0",
    "prettier-config-cityssm": "^1.0.0"
  },
  "optionalDependencies": {
    "msnodesqlv8": "^4.4.0"
  }
}
