-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 943 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
33
34
35
36
37
38
39
40
41
{
"name": "node-sql-builder",
"version": "0.1.0",
"description": "Simple helper builder build on top of mssql and msnodesqlv8.",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [
"mssql",
"builder",
"qatools",
"js",
"typescript",
"node"
],
"author": "[email protected]",
"main": "dist/index",
"types": "dist/index.d.ts",
"license": "ISC",
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/jest": "^26.0.20",
"@types/mssql": "^6.0.7",
"@types/node": "^14.14.21",
"dotenv": "^8.2.0",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1"
},
"dependencies": {
"msnodesqlv8": "^2.0.10",
"mssql": "^6.3.1",
"typescript": "^4.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/artemrudenko/node-sql-builder.git"
},
"homepage": "https://github.com/artemrudenko/node-sql-builder#README"
}