-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "@deadlock-delegate/core-stats",
"version": "0.5.1",
"description": "Plugin that collect stats and reports them to statsd",
"author": "deadlock",
"license": "MIT",
"keywords": [
"core",
"blockchain",
"ark",
"crypto",
"dpos",
"logging",
"http",
"requests"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/deadlock-delegate/core-stats.git"
},
"bugs": {
"url": "https://github.com/deadlock-delegate/core-stats/issues"
},
"homepage": "https://github.com/deadlock-delegate/core-stats",
"scripts": {
"test": "ARK_ENV=test jest --runInBand --forceExit",
"lint": "eslint ./ --fix"
},
"dependencies": {
"@fiverr/statsd-client": "^1.0.1",
"appmetrics": "^5.1.1",
"axios": "^0.18.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"husky": "^0.14.3",
"jest": "^22.4.3",
"jest-extended": "^0.7.1",
"standard": "^11.0.1"
},
"directories": {
"lib": "lib"
}
}