-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
46 lines (46 loc) · 1.35 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
{
"name": "@mapbox/dynamodb-replicator",
"version": "10.0.0",
"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": {
"@mapbox/dyno": "^1.6.2",
"agentkeepalive": "^4.5.0",
"aws-sdk": "^2.1476.0",
"minimist": "^1.2.8",
"queue-async": "1.0.7",
"@mapbox/s3scan": "^1.1.0",
"s3urls": "^1.5.2",
"underscore": "^1.13.6"
},
"devDependencies": {
"@mapbox/dynamodb-test": "^0.6.2",
"eslint": "^8.51.0",
"tape": "^5.7.1"
}
}