angular-sql
Version:
Helps to get sql database data from angular
29 lines (28 loc) • 579 B
JSON
{
"name": "angular-sql",
"version": "1.0.3",
"description": "Helps to get sql database data from angular",
"main": "index.js",
"types": "dist/index.d.ts",
"files": [
"dist/index.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Angular",
"Sql"
],
"author": "",
"license": "ISC",
"dependencies": {
"mssql": "^9.0.1",
"@tediousjs/connection-string": "^0.4.1",
"commander": "^9.4.0",
"debug": "^4.3.3",
"rfdc": "^1.3.0",
"tarn": "^3.0.2",
"tedious": "^15.0.1"
}
}