-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
53 lines (53 loc) · 1.48 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
52
53
{
"name": "@dashevo/dash-network-deploy",
"version": "0.25.0",
"description": "Dash Network deployment tool",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "bin/test",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashpay/dash-network-deploy.git"
},
"author": "Dash Developer",
"license": "MIT",
"bugs": {
"url": "https://github.com/dashpay/dash-network-deploy/issues"
},
"homepage": "https://github.com/dashpay/dash-network-deploy#readme",
"dependencies": {
"@dashevo/bls": "~1.3.0",
"@dashevo/dapi-client": "^1.0.0-dev.8",
"@dashevo/dashcore-lib": "^0.20.10",
"@dashevo/dashd-rpc": "^18.2.0",
"@dashevo/wallet-lib": "^8.0.0-dev.8",
"chai": "^4.3.10",
"chai-arrays": "^2.2.0",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"dockerode": "^3.3.5",
"eslint": "^8.48.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"jayson": "^4.1.0",
"js-yaml": "^4.1.0",
"karma": "^6.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^5.0.0",
"lodash.merge": "^4.6.2",
"mocha": "^10.2.0",
"node-openvpn": "github:luigiplr/node-openvpn",
"node-polyfill-webpack-plugin": "^2.0.1",
"parse-prometheus-text-format": "^1.1.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}