-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 940 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": "tfso-repository-mssql",
"version": "0.0.0",
"description": "Simplified Query classes for converting from/to MsSql database",
"author": {
"name": "Nicolai"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tfso/njs-tfso-repository-mssql.git"
},
"main": "./lib/index.js",
"typings": "./lib/index",
"scripts": {
"test": "node node_modules/mocha/bin/_mocha --reporter spec --recursive lib/test/*.js",
"cover": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --reporter spec --recursive lib/test/*.js"
},
"dependencies": {
"@types/mssql": "^4.0.7",
"mssql": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "^2.2.39",
"@types/node": "^7.0.5",
"istanbul": "^0.4.4",
"mocha": "^4.1.0",
"tfso-repository": "tfso/njs-tfso-repository#1.2.114",
"ts-node": "^4.0.0",
"typescript": "~2.6.2"
}
}