-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 913 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
{
"name": "body-data-validator",
"version": "0.1.0",
"description": "Data validation module",
"main": "index.js",
"scripts": {
"start": "node ./test",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bolenge/body-data-validator.git"
},
"keywords": [
"body-validator",
"validator",
"body",
"validation",
"data-validator",
"data-validation",
"json-validator",
"validate"
],
"author": "Don de Dieu Bolenge <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bolenge/body-data-validator/issues"
},
"homepage": "https://github.com/bolenge/body-data-validator#readme",
"dependencies": {
"email-validator": "^2.0.4",
"mbnumber": "^0.1.1"
},
"devDependencies": {
"@types/jest": "^28.1.3",
"jest": "^28.1.1"
}
}