{
  "author": {
    "name": "Patrik Simek",
    "url": "https://patriksimek.cz"
  },
  "name": "mssql",
  "description": "Microsoft SQL Server client for Node.js.",
  "keywords": [
    "database",
    "mssql",
    "sql",
    "server",
    "msnodesql",
    "sqlserver",
    "tds",
    "node-tds",
    "tedious",
    "node-sqlserver",
    "sqlserver",
    "msnodesqlv8",
    "azure",
    "node-mssql"
  ],
  "version": "8.1.0",
  "main": "index.js",
  "repository": "github:tediousjs/node-mssql",
  "license": "MIT",
  "dependencies": {
    "@tediousjs/connection-string": "^0.3.0",
    "commander": "^9.1.0",
    "debug": "^4.3.3",
    "rfdc": "^1.3.0",
    "tarn": "^3.0.2",
    "tedious": "^14.0.0"
  },
  "devDependencies": {
    "mocha": "^9.1.3",
    "standard": "^16.0.4"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "lib/",
    "bin/",
    "tedious.js",
    "msnodesqlv8.js"
  ],
  "scripts": {
    "test": "npm run lint && npm run test-unit",
    "lint": "standard",
    "test-unit": "mocha --exit -t 15000 test/common/unit.js",
    "test-tedious": "mocha --exit -t 15000 test/tedious",
    "test-msnodesqlv8": "mocha --exit -t 15000 test/msnodesqlv8",
    "test-cli": "mocha --exit -t 15000 test/common/cli.js"
  },
  "bin": {
    "mssql": "./bin/mssql"
  }

,"_resolved": "https://registry.npmjs.org/mssql/-/mssql-8.1.0.tgz"
,"_integrity": "sha512-S7j4MoanTCLM09I+wMI9thTS2342mgxCpOQ9kpnFiG3P1NStuQMhPILLOgOt6hwMa/ctfTUKl7eJpB5XGPoe6A=="
,"_from": "mssql@8.1.0"
}