forked from KlausTrainer/dynamodbdown
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.03 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": "awsdown",
"description": "A LevelDOWN API implementation on Amazon DynamoDB and Amazon S3.",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "tape test | tap-spec",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"author": "Ben Titcomb <[email protected]>",
"license": "Apache-2.0",
"keywords": [
"aws",
"database",
"db",
"dynamo",
"dynamodb",
"s3",
"storage",
"store",
"level",
"leveldb",
"levelup",
"leveldown"
],
"dependencies": {
"abstract-leveldown": "^2.6.1",
"blob-to-buffer": "^1.2.8",
"through2": "^2.0.1"
},
"devDependencies": {
"aws-sdk": "^2.374.0",
"dynalite": "^2.1.0",
"levelup": "^1.3.2",
"mock-s3": "^1.0.2",
"semantic-release": "^15.13.1",
"standard": "^9.0.2",
"tap-spec": "^5.0.0",
"tape": "^4.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ravenstine/awsdown.git"
},
"release": {
"branch": "main"
}
}