-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 853 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "node-database",
"version": "1.2.15",
"description": "A simple reusable class to query a MS SQL Server database.",
"homepage": "https://github.com/roncli/node-database",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/roncli/node-database/issues"
},
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Ronald M. Clifford",
"url": "http://roncli.com"
},
"repository": {
"type": "git",
"url": "https://github.com/roncli/node-database.git"
},
"dependencies": {
"mssql": "10.0.2"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@types/mssql": "9.1.5"
},
"engines": {
"node": ">=14.0.0"
},
"private": true
}