-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
39 lines (39 loc) · 971 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
39
{
"name": "serverless-api-gateway-caching",
"version": "1.10.4",
"description": "A plugin for the serverless framework which helps with configuring caching for API Gateway endpoints.",
"main": "src/apiGatewayCachingPlugin.js",
"scripts": {
"test": "mocha --recursive 'test/**/*.js' -t 5000"
},
"keywords": [
"serverless",
"aws",
"api",
"gateway",
"rest",
"response",
"caching"
],
"author": "Diana Ionita",
"license": "ISC",
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0"
},
"bugs": {
"url": "https://github.com/DianaIonita/serverless-api-gateway-caching/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/DianaIonita/serverless-api-gateway-caching"
},
"devDependencies": {
"chai": "^4.1.2",
"chance": "^1.0.16",
"lodash.split": "^4.4.0",
"mocha": "^10.0.0",
"mocha-junit-reporter": "^2.0.2",
"proxyquire": "^2.1.0"
}
}