-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 874 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 874 Bytes
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
{
"name": "@wegolook/joi-objectid",
"version": "2.4.0",
"description": "Extends Joi with Joi.objectId()",
"main": "lib/objectId.js",
"scripts": {
"test": "lab -v -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wegolook/joi-objectid.git"
},
"keywords": [
"hapi",
"schema",
"validation",
"joi",
"extension",
"objectid"
],
"author": "WeGoLook, LLC <dev@wegolook.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/wegolook/joi-objectid/issues"
},
"homepage": "https://github.com/wegolook/joi-objectid#readme",
"devDependencies": {
"code": "^5.2.1",
"joi": "^14.0.1",
"lab": "^17.0.2"
},
"peerDependencies": {
"joi": ">=9 <=15"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"bson": "^1.0.5"
},
"files": [
"lib"
]
}