-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 960 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
42
43
44
45
{
"name": "typed-mssql",
"version": "3.3.0",
"description": "Type definitions for https://github.com/patriksimek/node-mssql",
"main": "index.js",
"author": "typed-contrib",
"license": "MIT",
"homepage": "https://github.com/typed-contrib/node-mssql#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/typed-contrib/node-mssql.git"
},
"bugs": {
"url": "https://github.com/typed-contrib/node-mssql/issues"
},
"directories": {
"test": "test"
},
"scripts": {
"postinstall": "typings install",
"test": "cd test && typings install && tsc -p ."
},
"keywords": [
"typings",
"definitions",
"typescript",
"sql",
"sqlserver",
"microsoft",
"azure",
"storage",
"table",
"tedious",
"msnodesql",
"msnodesqlv8",
"tds",
"typed-contrib",
"typed",
"tsd"
],
"devDependencies": {
"typings": "^1.0.4",
"typescript": "^1.8.10"
}
}