@jovercao/mssql
Version:
Microsoft SQL Server client for Node.js.
65 lines (64 loc) • 1.41 kB
JSON
{
"author": {
"name": "Patrik Simek",
"url": "https://patriksimek.cz"
},
"name": "@jovercao/mssql",
"description": "Microsoft SQL Server client for Node.js.",
"version": "7.2.1-jover.9",
"keywords": [
"database",
"mssql",
"sql",
"server",
"msnodesql",
"sqlserver",
"tds",
"node-tds",
"tedious",
"node-sqlserver",
"sqlserver",
"msnodesqlv8",
"azure",
"node-mssql"
],
"main": "index.js",
"repository": "github:tediousjs/node-mssql",
"license": "MIT",
"dependencies": {
"@tediousjs/connection-string": "^0.3.0",
"debug": "^4",
"rfdc": "^1.3.0",
"tarn": "^3.0.1",
"tedious": "^11.0.7"
},
"devDependencies": {
"mocha": "^8.3.2",
"msnodesqlv8": "^2.2.0",
"standard": "^16.0.3"
},
"engines": {
"node": ">=10"
},
"files": [
"lib/",
"bin/",
"*.js",
"*.md",
"*.ts"
],
"scripts": {
"test": "npm run lint && npm run test-unit",
"lint": "eslint",
"test-unit": "node_modules/.bin/mocha --exit -t 15000 test/common/unit.js",
"test-tedious": "node_modules/.bin/mocha --exit -t 0 test/tedious",
"test-msnodesqlv8": "node_modules/.bin/mocha --exit -t 0 test/msnodesqlv8",
"test-cli": "node_modules/.bin/mocha --exit -t 15000 test/common/cli.js"
},
"bin": {
"mssql": "./bin/mssql"
},
"publishConfig": {
"access": "public"
}
}