-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 997 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
{
"name": "@barchart/aws-lambda-suppressor",
"version": "1.2.6",
"description": "Utilities for tracking and suppressing AWS Lambda invocations",
"author": {
"name": "Bryan Ingle",
"email": "bryan.ingle@barchart.com",
"url": "https://www.barchart.com"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/barchart/aws-lambda-suppressor.git"
},
"dependencies": {
"@barchart/common-js": "^4.41.0",
"@barchart/common-node-js": "^4.41.0",
"stream-batch": "1.0.0"
},
"devDependencies": {
"git-get-status": "^1.0.5",
"gulp": "^4.0.2",
"gulp-git": "^2.5.1",
"gulp-jasmine": "^4.0.0",
"gulp-jshint": "~2.1.0",
"gulp-prompt": "^1.2.0",
"jshint": "2.12.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/barchart/aws-lambda-suppressor/issues"
},
"homepage": "https://github.com/barchart/aws-lambda-suppressor"
}