-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.09 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
{
"name": "mongoose-validation-error-message-handler",
"version": "1.2.9",
"description": "Mongoose Validation Error Message Handler",
"main": "index.js",
"files": [
"lib/",
"index.d.ts",
"index.js",
"LICENSE",
"README.md"
],
"scripts": {
"test": "jest ./test"
},
"repository": {
"type": "git",
"url": "https://github.com/AnechaS/mongoose-validation-error-message-handler"
},
"homepage": "https://github.com/AnechaS/mongoose-validation-error-message-handler#readme",
"keywords": [
"error",
"handler",
"handling",
"messages",
"parser",
"validation",
"transform"
],
"author": "Anachitheu.k@gmail.com",
"dependencies": {
"lodash": "4.17.20",
"string-template": "1.0.0"
},
"bugs": {
"url": "https://github.com/AnechaS/mongoose-validation-error-message-handler/issues"
},
"devDependencies": {
"eslint": "^7.18.0",
"jest": "26.6.3",
"mongoose": "^5.11.12"
},
"jest": {
"testEnvironment": "node"
},
"prettier": {
"semi": true,
"singleQuote": true
},
"license": "unlicense"
}