-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
32 lines (32 loc) · 842 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
{
"name": "serverless-reqvalidator-plugin",
"version": "3.1.0",
"description": "Serverless plugin for setting request validation",
"main": "src/index.js",
"scripts": {
"test": "jest test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RafPe/serverless-reqvalidator-plugin.git"
},
"keywords": [
"serverless",
"plugin",
"requestvalidator"
],
"author": "RafPe < me@rafpe.ninja >",
"contributors": [
"pj035 pm.jaecks@gmail.com (http://pjaecks.de)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/RafPe/serverless-reqvalidator-plugin/issues"
},
"homepage": "https://github.com/RafPe/serverless-reqvalidator-plugin#readme",
"devDependencies": {
"ajv": "^8.11.2",
"jest": "^29.3.1",
"js-yaml": "^4.1.0"
}
}