-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1023 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": "nimiq-pool",
"version": "1.0.0",
"homepage": "https://nimiq.com/",
"description": "",
"private": true,
"author": {
"name": "The Nimiq Core Development Team",
"url": "https://nimiq.com/"
},
"scripts": {
"payout-main": "node index.js --config=./config/all_services.main.conf",
"payout-test": "node index.js --config=./config/all_services.test.conf"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nimiq-network/mining-pool/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nimiq-network/mining-pool.git"
},
"engines": {
"node": ">=7.9.0"
},
"devDependencies": {
"jasmine": "^3.1.0"
},
"dependencies": {
"@nimiq/core": "^1.1.2",
"btoa": "^1.2.1",
"getconfig": "^4.4.1",
"graceful-fs": "^4.1.11",
"jasmine-spec-reporter": "^4.2.1",
"json5": "^1.0.1",
"lodash.merge": "^4.6.1",
"minimist": "^1.2.0",
"mysql2": "^1.5.3",
"redis": "^2.8.0",
"uws": "^9.147.0"
}
}