db-conn-mssql
Version:
Database Connecton and Pool implementation for Microsoft SQL Server
42 lines (41 loc) • 954 B
JSON
{
"name": "db-conn-mssql",
"version": "1.3.0",
"description": "Database Connecton and Pool implementation for Microsoft SQL Server",
"main": "dist/index.js",
"scripts": {
"prebuild": "npm run clean",
"build": "tsc",
"clean": "rimraf dist",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SparkleX/db-conn-mssql.git"
},
"author": "Sun, Xufei",
"license": "MIT",
"bugs": {
"url": "https://github.com/SparkleX/db-conn-mssql/issues"
},
"homepage": "https://github.com/SparkleX/db-conn-mssql#readme",
"dependencies": {
"db-conn": "^1.3.0",
"tedious": "^9.1.0"
},
"keywords": [
"db-conn",
"microsoft",
"sql",
"mssql"
],
"devDependencies": {
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@types/tedious": "^4.0.1",
"jest": "^26.2.2",
"ts-jest": "^26.1.4",
"typescript": "^3.9.7",
"rimraf": "^3.0.2"
}
}