-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 KB
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
{
"name": "loopback-ibmdb",
"version": "3.0.6",
"description": "LoopBack Connector common code for IBM databases",
"engines": {
"node": ">=20"
},
"keywords": [
"IBM",
"StrongLoop",
"LoopBack",
"IBMDB",
"DataSource",
"Connector"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "mocha --timeout 10000 --require test/init.js test/*.js",
"posttest": "npm run lint"
},
"dependencies": {
"async": "^3.2.6",
"debug": "^4.4.1",
"ibm_db": "^3.3.2",
"loopback-connector": "^7.0.0",
"strong-globalize": "^6.0.6"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-loopback": "^14.0.0",
"jscs": "^3.0.7",
"loopback-datasource-juggler": "^6.0.0",
"mocha": "^11.7.1",
"@commitlint/cli": "^20.0.0",
"@commitlint/config-conventional": "^20.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/strongloop/loopback-ibmdb.git"
},
"homepage": "https://github.com/strongloop/loopback-ibmdb",
"bugs": {
"url": "https://github.com/strongloop/loopback-ibmdb/issues"
},
"license": "Artistic-2.0",
"author": "IBM Corp."
}