forked from kenspirit/joi-to-json
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.35 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
{
"name": "ut-joi",
"version": "1.4.11",
"description": "joi to JSON Schema Converter",
"main": "index.js",
"scripts": {
"lint": "node -e 1",
"release": "ut-release",
"changelog": "ut-changelog",
"check": "ut-check",
"cover": "jest",
"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": "jest",
"jest": "jest",
"version": "ut-version",
"jenkins": "ut-jenkins",
"gitlab": "ut-gitlab"
},
"author": "Ken Chen",
"license": "MIT",
"keywords": [
"joi",
"json-schema",
"json",
"schema"
],
"dependencies": {},
"devDependencies": {
"jest": "^26.6.1",
"jest-expect-message": "^1.0.2",
"joi-12": "npm:@commercial/joi@^12.1.0",
"joi-13": "npm:joi@^13.7.0",
"joi-14": "npm:joi@^14.3.1",
"joi-15": "npm:@hapi/joi@^15.1.1",
"joi-16": "npm:@hapi/joi@^16.1.8",
"joi-17": "npm:@hapi/joi@^17.1.0",
"jsonschema": "^1.4.0",
"ut-tools": "^6.41.5"
},
"repository": {
"type": "git",
"url": "[email protected]:softwaregroup-bg/ut-joi.git"
},
"jest": {
"setupFilesAfterEnv": [
"jest-expect-message"
]
}
}