-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 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
49
50
51
{
"name": "hemera-dynamodb-store",
"version": "0.1.0",
"description": "This is a plugin to use DynamoDb with Hemera",
"main": "index.js",
"scripts": {
"lint": "eslint ./**/*.js",
"test": "nyc mocha --exit ./test/**/*.js",
"coverage": "npm run test && nyc report --reporter=html",
"patch": "np patch --yolo",
"minor": "np minor --yolo",
"major": "np major --yolo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hemerajs/hemera-dynamodb-store.git"
},
"keywords": [
"dynamodb",
"hemerajs",
"dynamo",
"hemera",
"aws",
"db"
],
"author": "Nikola Kusibojovski",
"license": "MIT",
"bugs": {
"url": "https://github.com/hemerajs/hemera-dynamodb-store/issues"
},
"homepage": "https://github.com/hemerajs/hemera-dynamodb-store#readme",
"dependencies": {
"aws-sdk": "2.176.0",
"hemera-joi": "3.0.x",
"hemera-plugin": "0.1.x",
"hemera-store": "1.1.x"
},
"devDependencies": {
"code": "^3.0.2",
"dynamodb-local": "^0.0.18",
"eslint": "^4.14.0",
"eslint-config-hemera": "0.0.1",
"hemera-testsuite": "^2.0.5",
"mocha": "^4.1.0",
"nats": "^0.7.24",
"nats-hemera": "^3.1.3",
"np": "^2.18.3",
"nyc": "^11.4.1",
"prettier": "^1.9.2"
}
}