-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.39 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.39 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
50
51
52
53
54
55
56
57
58
{
"name": "ut-config",
"version": "7.10.0",
"main": "index.js",
"dependencies": {
"ajv": "8.6.3",
"ajv-formats": "2.1.1",
"ini": "1.3.6",
"minimist": "1.2.6",
"rc": "1.2.8",
"strip-json-comments": "2.0.1",
"ut-form-jsonschema": "^7.1.7",
"ut-function.cbc": "^1.1.6",
"ut-function.merge": "^1.5.6",
"ut-function.template": "^1.7.3",
"yaml": "1.10.0"
},
"devDependencies": {
"tap": "^16.3.4",
"sort-keys": "4.1.0"
},
"peerDependencies": {},
"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",
"precover": "ut-precover",
"prepublish": "ut-prepublish",
"prepush": "ut-prepush",
"pretest": "ut-pretest",
"preversion": "ut-preversion",
"test": "ut-test-parallel",
"version": "ut-version",
"jenkins": "ut-jenkins",
"gitlab": "ut-gitlab"
},
"browser": {
"./serverRequire": false,
"fs": false,
"ajv": false,
"ini": false,
"strip-json-comments": false,
"ut-function.cbc": false,
"yaml": false,
"rc": "./rc.js"
},
"repository": {
"type": "git",
"url": "git@github.com:softwaregroup-bg/ut-config.git"
},
"license": "Apache-2.0"
}