-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 830 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 830 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
27
28
29
{
"name": "event-streaming-demo",
"version": "1.0.0",
"description": "Event streaming demo expanded",
"main": "handler.js",
"scripts": {
"dp": "sls deploy -v -r us-east-1 -s dev",
"rm": "sls remove -v -r us-east-1 -s dev",
"offline": "AWS_REGION=us-east-1 OFFLINE_STREAM_NAME=dev-ar-event-streaming-demo-stream sls offline start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasonody/event-streaming-demo.git"
},
"author": "Jason Ody",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasonody/event-streaming-demo/issues"
},
"homepage": "https://github.com/jasonody/event-streaming-demo#readme",
"devDependencies": {
"aws-sdk": "^2.389.0",
"serverless": "^1.36.1"
},
"dependencies": {
"highland": "^2.13.0",
"uuid": "^3.3.2"
}
}