forked from CoorpAcademy/serverless-plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 712 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 712 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
30
{
"name": "dynamodb-streams-readable",
"version": "3.0.0",
"description": "Simple readable stream client for AWS DynamoDB Streams",
"main": "src",
"repository": {
"type": "git",
"url": "git@github.com:CoorpAcademy/serverless-plugins.git"
},
"bugs": {
"url": "https://github.com/CoorpAcademy/serverless-plugins/issues"
},
"homepage": "https://github.com/CoorpAcademy/serverless-plugins/tree/master/packages/dynamodb-streams-readable#readme",
"files": [
"src/index.js"
],
"author": "Arthur Weber @godu",
"license": "MIT",
"engines": {
"node": ">=18"
},
"devDependencies": {
"uuid": "^9.0.0"
},
"keywords": [
"dynamodb",
"aws",
"stream"
]
}