UNPKG

mssql

Version:

Microsoft SQL Server client for Node.js.

76 lines (75 loc) 1.86 kB
{ "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": "12.2.1", "main": "index.js", "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/tediousjs/node-mssql.git" }, "homepage": "https://github.com/tediousjs/node-mssql#readme", "bugs": { "url": "https://github.com/tediousjs/node-mssql/issues" }, "license": "MIT", "dependencies": { "@tediousjs/connection-string": "^0.6.0", "commander": "^11.0.0", "debug": "^4.3.3", "tarn": "^3.0.2", "tedious": "^19.0.0" }, "devDependencies": { "@commitlint/cli": "^20.0.0", "@commitlint/config-conventional": "^20.0.0", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/github": "^12.0.6", "@semantic-release/npm": "^13.1.5", "@semantic-release/release-notes-generator": "^14.1.0", "mocha": "^11.0.1", "semantic-release": "^25.0.3", "standard": "^17.0.0" }, "engines": { "node": ">=18" }, "files": [ "lib/", "bin/", "tedious.js", "msnodesqlv8.js" ], "scripts": { "commitlint": "commitlint --from origin/master --to HEAD", "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 30000 test/msnodesqlv8", "test-cli": "mocha --exit -t 15000 test/common/cli.js" }, "bin": { "mssql": "bin/mssql" } }