-
Notifications
You must be signed in to change notification settings - Fork 149
/
package.json
52 lines (52 loc) · 1.06 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
45
46
47
48
49
50
51
52
{
"name": "ibm_db",
"description": "IBM DB2 and IBM Informix bindings for node",
"version": "3.3.0",
"main": "lib/odbc.js",
"homepage": "https://github.com/ibmdb/node-ibm_db/",
"repository": {
"type": "git",
"url": "git://github.com/ibmdb/node-ibm_db.git"
},
"bugs": {
"url": "https://github.com/ibmdb/node-ibm_db/issues"
},
"contributors": [
"IBM <[email protected]>"
],
"directories": {
"example": "examples",
"test": "test"
},
"engines": {
"node": ">=6.0"
},
"scripts": {
"install": "node installer/driverInstall.js",
"test": "cd test && node run-tests.js"
},
"dependencies": {
"adm-zip": "^0.5.16",
"axios": "^1.7.4",
"big-integer": "^1.6.51",
"bindings": "^1.5.0",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"nan": "^2.22.0",
"q": "^1.5.1",
"targz": "^1.0.1"
},
"keywords": [
"node",
"odbc",
"db2",
"driver"
],
"author": "IBM",
"license": "MIT",
"devDependencies": {
"async": "^3.2.4",
"bluebird": "^3.7.2",
"moment": "^2.29.4"
}
}