-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 850 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
40
{
"name": "dynamodb-read-stream",
"version": "1.0.11",
"license": "Apache-2.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"description": "Readable stream client for DynamoDB",
"author": "Oleksandr Hladin <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:AlexHladin/dynamodb-read-stream.git"
},
"devDependencies": {
"@types/node": "^14.0.1",
"aws-sdk": "^2.511.0",
"typescript": "^3.6.4"
},
"scripts": {
"prepublishOnly": "tsc"
},
"keywords": [
"serverless",
"serverless framework",
"serverless applications",
"lambda",
"aws",
"aws lambda",
"amazon",
"amazon web services",
"dynamo",
"dynamodb",
"dynamo db",
"no sql",
"nosql",
"stream",
"streams",
"read stream",
"readstream"
]
}