-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 782 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 782 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
{
"name": "ajv-error-parser",
"version": "1.1.0",
"description": "A proper error message parser for ajv schema validator errors",
"main": "ajv-error-parser.js",
"scripts": {
"test": "nyc mocha"
},
"author": "rrkjonnapalli",
"license": "ISC",
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [
"ajv",
"ajv-errors",
"ajv-error",
"ajv-error-parser"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rrkjonnapalli/ajv-error-parser.git"
},
"bugs": {
"url": "https://github.com/rrkjonnapalli/ajv-error-parser/issues"
},
"homepage": "https://github.com/rrkjonnapalli/ajv-error-parser#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"nyc": "^14.1.0"
}
}