-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.15 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
{
"name": "ut-port-console",
"version": "9.1.10",
"pkg": {
"assets": [
"public/**/*"
]
},
"dependencies": {
"@hapi/boom": "9.1.4",
"@hapi/hapi": "20.2.1",
"@hapi/inert": "6.0.5",
"jsonwebtoken": "9.0.0",
"lru-cache": "7.8.1",
"split2": "2.2.0",
"ut-wss": "^1.0.4"
},
"devDependencies": {
"tap": "^16.2.0",
"ut-run": "^10.75.7",
"ws": "^7.2.1"
},
"description": "UT port console module",
"scripts": {
"lint": "ut-lint .",
"release": "ut-release",
"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"
},
"repository": {
"type": "git",
"url": "[email protected]:softwaregroup-bg/ut-port-console.git"
},
"license": "Apache-2.0"
}