-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "crowdnode-ui",
"description": "a Graphical User Interface (GUI) for CrowdNode.js",
"license": "MIT",
"version": "0.0.5",
"keywords": [
"crowdnode",
"dash",
"cryptocurrency",
"gui",
"html",
"css",
"js",
"vanilla"
],
"repository": {
"type": "git",
"url": "https://github.com/dashhive/crowdnode-ui.git"
},
"author": "jojobyte <[email protected]> (https://jojo.io/)",
"type": "module",
"private": true,
"main": "index.html",
"scripts": {
"start": "npx sirv-cli -D -s --http2 --key ~/localhost.key.pem --cert ~/localhost.pem -p 5443 .",
"http": "npx sirv-cli -p 5453 ."
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@dashevo/dashcore-lib": "^0.19.44",
"@dashincubator/base58check": "^1.3.2",
"@dashincubator/ripemd160": "^3.0.0",
"@dashincubator/secp256k1": "^1.7.1-5",
"crowdnode": "^1.8.0",
"dashhd": "dashhive/DashHD.js#main",
"dashkeys": "dashhive/DashKeys.js#main",
"dashphrase": "dashhive/DashPhrase.js#main",
"dashsight": "^1.4.0-2",
"qrcode-svg": "^1.1.0"
},
"devDependencies": {
"@plamikcho/pbcrypto": "^2.2.1"
}
}