forked from mapbox/dynamodb-replicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "@mapbox/dynamodb-replicator",
"version": "8.2.2",
"description": "",
"main": "index.js",
"scripts": {
"pretest": "eslint *.js bin/*.js test/*.js",
"test": "tape test/*.test.js"
},
"bin": {
"diff-tables": "bin/diff-tables.js",
"diff-record": "bin/diff-record.js",
"replicate-record": "bin/replicate-record.js",
"backup-table": "bin/backup-table.js",
"incremental-backfill": "bin/incremental-backfill.js",
"incremental-snapshot": "bin/incremental-snapshot.js",
"incremental-backup-record": "bin/incremental-backup-record.js",
"incremental-record-history": "bin/incremental-record-history.js",
"incremental-diff-record": "bin/incremental-diff-record.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mapbox/dynamodb-replicator.git"
},
"author": "Mapbox",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/dynamodb-replicator/issues"
},
"homepage": "https://github.com/mapbox/dynamodb-replicator",
"dependencies": {
"agentkeepalive": "^2.0.3",
"aws-sdk": "^2.2.17",
"dyno": "^1.0.0",
"fastlog": "^1.0.0",
"minimist": "^1.1.0",
"queue-async": "1.0.7",
"s3scan": "^0.2.2",
"s3urls": "^1.3.0",
"split": "^0.3.3",
"underscore": "^1.8.2"
},
"devDependencies": {
"dynamodb-test": "^0.2.0",
"eslint": "^1.5.0",
"tape": "^4.0.0"
}
}