-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.72 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "ut-port-sql",
"version": "9.2.8",
"main": "./index.js",
"dependencies": {
"chokidar": "3.5.3",
"istanbul-lib-coverage": "^3.2.0",
"json-stringify-deterministic": "1.0.1",
"lodash.get": "4.4.2",
"minimist": "1.2.6",
"mssql": "8.1.2",
"oracledb": "5.4.0",
"ut-function.common-joi": "^1.9.1",
"ut-function.includes": "^1.2.1",
"ut-function.ngram": "1.1.0",
"uuid": "8.3.2",
"xml2js": "0.4.22",
"yaml": "1.10.0"
},
"devDependencies": {
"fuzzy": "0.1.3",
"inquirer": "7.3.3",
"inquirer-autocomplete-prompt": "1.2.0",
"json-schema-to-markdown": "1.1.1",
"pegjs": "0.10.0",
"tap": "^16.3.2",
"ut-run": "^10.70.27",
"why-is-node-running": "^2.2.2"
},
"peerDependencies": {
"ut-run": "^10.70.24"
},
"scripts": {
"lint": "ut-lint .",
"release": "ut-release",
"genParser": "pegjs --allowed-start-rules create,createBody parsers/mssqlSP.pegjs",
"genParserOracle": "pegjs parsers/oracleSP.pegjs",
"changelog": "ut-changelog",
"check": "ut-check",
"cover": "ut-cover-parallel",
"lint-js": "ut-lint-js .",
"postpublish": "ut-postpublish",
"postversion": "ut-postversion",
"precommit": "ut-precommit",
"prepublish": "ut-prepublish",
"prepush": "ut-prepush",
"pretest": "ut-pretest",
"precover": "ut-precover",
"preversion": "ut-preversion",
"test": "ut-test-parallel",
"version": "ut-version",
"jenkins": "ut-jenkins",
"gitlab": "ut-gitlab"
},
"engines": {
"node": "^12.16.3 || ^14.15.3 || ^16.14.0"
},
"description": "UT port sql module",
"repository": {
"type": "git",
"url": "[email protected]:softwaregroup-bg/ut-port-sql.git"
},
"license": "Apache-2.0"
}