-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 732 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 732 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
{
"name": "serverless-request-validator",
"author": "Dany Beltran",
"version": "1.3.1",
"description": "Validates requests made to a Vercel serverless application in an Express-like way",
"main": "index.js",
"license": "MIT",
"dependencies": {
"vercel": "^21.2.3",
"@vercel/node": "^1.8.4",
"mime-types": "^2.1.28"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danybeltran/serverless-request-validator.git"
},
"keywords": [
"vercel",
"serverless",
"serverless-validation"
],
"bugs": {
"url": "https://github.com/danybeltran/serverless-request-validator/issues"
},
"homepage": "https://github.com/danybeltran/serverless-request-validator#readme"
}