forked from jgilbert01/aws-lambda-stream-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 911 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
{
"name": "aws-lambda-stream-cli",
"version": "0.7.0",
"description": "Command line utilities for viewing events in your event lake, replaying events, resubmitting faults and more",
"repository": {
"type": "git",
"url": "https://github.com/pomSense/aws-lambda-stream-cli.git"
},
"engines": {
"npm": "🚨 👉👉 Please use yarn 👈👈 🚨",
"yarn": "3.3.1",
"node": "16.16.0"
},
"scripts": {
"test": ""
},
"bin": {
"events": "./bin/events-cli.js",
"faults": "./bin/faults-cli.js"
},
"devDependencies": {
"mocha": "^3.2.0",
"replay": "^2.1.2"
},
"dependencies": {
"aws-lambda-stream": "^0.15.0",
"aws-sdk": "^2.45.0",
"bluebird": "^3.5.0",
"debug": "^2.6.4",
"find-up": "^3.0.0",
"highland": "^2.10.5",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"yargs": "^7.1.0"
},
"packageManager": "[email protected]"
}