forked from tristanls/dynamodb-lock-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 982 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
41
42
{
"name": "dynamodb-lock-client",
"version": "0.7.3",
"description": "A general purpose distributed locking library built for AWS DynamoDB.",
"scripts": {
"inject-examples": "node scripts/injectExamples.js",
"prepublishOnly": "npm run inject-examples",
"readme": "node examples/readme.js",
"test": "jest"
},
"main": "index.js",
"devDependencies": {
"clone": "^2.1.2",
"jest": "26.0.1"
},
"dependencies": {
"@hapi/joi": "17.1.1"
},
"peerDependencies": {
"aws-sdk": "^2.508.0"
},
"repository": {
"type": "git",
"url": "git@github.com:tristanls/dynamodb-lock-client.git"
},
"keywords": [
"dynamodb",
"distributed",
"lock"
],
"contributors": [
"Tristan Slominski <tristan.slominski@gmail.com>",
"Jacob Lynch",
"simlu",
"Lukas Siemon",
"Tom Yam",
"Cooper Bell <john.cooper.bell@gmail.com>",
"Katarina Golbang",
"fpronto <fpronto94@gmail.com>"
],
"license": "MIT"
}