-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
37 lines (37 loc) · 908 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": "dynamodb-stream",
"version": "1.1.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "env AWS_REGION=us-east-1 AWS_PROFILE=test DEBUG=DynamoDBStream* npx ava test.js"
},
"keywords": [
"stream",
"amazon",
"aws",
"dynamodb",
"replication"
],
"dependencies": {
"@kessler/async-map-limit": "^3.0.0",
"debug": "^2.2.0"
},
"author": "Yaniv Kessler",
"bugs": {
"url": "https://github.com/ironSource/node-dynamodb-stream/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ironSource/node-dynamodb-stream"
},
"homepage": "https://github.com/ironSource/node-dynamodb-stream",
"license": "MIT",
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.4.1",
"@aws-sdk/client-dynamodb-streams": "^3.4.1",
"@aws-sdk/util-dynamodb": "^3.4.1",
"ava": "^3.15.0",
"ulid": "^2.3.0"
}
}