-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 737 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
{
"name": "express-dry",
"version": "1.0.7",
"main": "index.js",
"description": "A simple express.js lightweight body, params and query validator.",
"license": "MIT",
"author": {
"name": "Swapnil Soni",
"email": "swapnil.soni12345@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SwapnilSoni1999/express-dry.git"
},
"scripts": {
"test": "jest tests/validators.test"
},
"keywords": [
"expressjs",
"validator",
"express validator"
],
"contributors": [
"uditkarode"
],
"dependencies": {
"drytypes": "^0.4.0"
},
"devDependencies": {
"axios": "^0.21.4",
"express": "^4.17.1",
"jest": "^27.2.4",
"supertest": "^6.1.6"
}
}