-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 896 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
{
"name": "@athiththan11/hydrogen-core",
"version": "v1.2.0",
"description": "core module of @athiththan11/hydrogen-cli",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "athiththan11",
"license": "MIT",
"engines": {
"node": "10.18.1"
},
"keywords": [
"hydrogen",
"hydrogen-core"
],
"dependencies": {
"@iarna/toml": "^2.2.5",
"ajv": "^6.12.2",
"chance": "^1.1.5",
"dockerode": "^3.2.0",
"dockerode-utils": "0.0.7",
"dot-object": "^2.1.3",
"easy-table": "^1.1.1",
"fs-extra": "^8.1.0",
"libxmljs": "^0.19.7",
"lodash": "^4.17.15",
"mssql": "^6.2.0",
"mysql": "^2.18.1",
"ora": "^4.0.4",
"oracledb": "^4.2.0",
"pg": "^7.18.2",
"pgtools": "^0.3.0",
"prettify-xml": "^1.2.0",
"shelljs": "^0.8.4",
"toml": "^3.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}