-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1016 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
{
"name": "hemera-arango-store",
"version": "7.0.2",
"description": "This is a plugin to use Arangodb with Hemera",
"main": "index.js",
"repository": {
"url": "[email protected]:hemerajs/hemera-arango-store.git",
"type": "git"
},
"scripts": {
"lint": "eslint ./**/*.js",
"test": "nyc mocha -t 5000 --exit ./test/**/*.js",
"coverage": "npm run test && nyc report --reporter=html",
"patch": "np patch --yolo",
"minor": "np minor --yolo",
"major": "np major --yolo"
},
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"arangojs": "6.2.x",
"hemera-plugin": "^1.3.0",
"hemera-store": "1.1.x",
"hemera-joi": "5.2.x"
},
"devDependencies": {
"code": "^3.0.2",
"eslint": "^4.19.1",
"eslint-config-hemera": "^0.0.6",
"hemera-testsuite": "^4.0.1",
"mocha": "^5.0.5",
"nats": "^0.8.4",
"nats-hemera": "^5.3.0",
"np": "^2.20.1",
"nyc": "^11.6.0",
"prettier": "^1.11.1"
}
}