-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 921 Bytes
/
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
{
"name": "joi-match-error",
"version": "0.0.2",
"description": "A simple (and convenient) wrapper for passing to Joi.error() ",
"main": "index.js",
"scripts": {
"test": "ava",
"prepublishOnly": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pocesar/js-joi-match-error.git"
},
"keywords": [
"joi",
"error",
"validationerror",
"validation",
"helper",
"wrapper",
"match",
"switch",
"errors"
],
"author": "Paulo Cesar <https://github.com/pocesar>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pocesar/js-joi-match-error/issues"
},
"types": "index.d.ts",
"homepage": "https://github.com/pocesar/js-joi-match-error#readme",
"peerDependencies": {
"@types/joi": "^13.6.0",
"joi": "^13.7.0"
},
"devDependencies": {
"ava": "^1.0.0-beta.8",
"typescript": "^3.1.1"
}
}