forked from wallet42/node-forknote-util
-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.13 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.13 KB
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
{
"name": "cryptoforknote-util",
"version": "v15.8.8",
"description": "Native utilities for Cryptonote-family block template and blob handling",
"main": "index.js",
"gypfile": true,
"files": [
"bigint.js",
"binding.gyp",
"index.js",
"rtm.js",
"src"
],
"scripts": {
"test": "node --test --test-reporter=spec tests/test.js"
},
"engines": {
"node": ">=20"
},
"author": {
"name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk"
},
"repository": {
"type": "git",
"url": "https://github.com/haven-protocol-org/node-cryptoforknote-util.git"
},
"bugs": {
"url": "https://github.com/haven-protocol-org/node-cryptoforknote-util/issues"
},
"homepage": "https://github.com/haven-protocol-org/node-cryptoforknote-util#readme",
"dependencies": {
"bech32": "2.0.0",
"bindings": "1.5.0",
"bitcoinjs-lib": "git+https://github.com/MoneroOcean/bitcoinjs-lib.git",
"merkle-lib": "2.0.10",
"nan": "2.26.2",
"sha3": "2.1.4",
"varuint-bitcoin": "1.1.2"
},
"keywords": [
"cryptonight",
"cryptonote",
"forknote",
"bytecoin",
"monero"
]
}