-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 KB
/
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
{
"name": "modelar-mssql-adapter",
"version": "3.0.4",
"description": "An adapter for Modelar to connect MicroSoft SQL Server database.",
"main": "dist/index.js",
"types": "src/index.ts",
"scripts": {
"test": "mocha",
"init": "node test/before-test"
},
"keywords": [
"modelar",
"mssql",
"sql server",
"adapter"
],
"author": {
"name": "Ayon Lee",
"email": "i@hyurl.com",
"url": "http://hyurl.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyurl/modelar-mssql-adapter.git"
},
"license": "MIT",
"dependencies": {
"@types/mssql": "^4.0.13",
"lodash": "^4.17.11",
"modelar": "^3.2.4",
"mssql": "^4.3.7",
"tslib": "^1.9.3"
},
"engines": {
"node": ">=4.0"
},
"devDependencies": {
"@types/lodash": "^4.14.124",
"@types/mocha": "^5.2.6",
"co": "^4.6.0",
"mocha": "^5.2.0",
"url6": "^6.0.4"
}
}