-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 745 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 745 Bytes
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
{
"name": "libbwt",
"version": "0.2.4",
"author": "Nadav Ivgi",
"description": "A library for programmatically controlling the Bitcoin Wallet Tracker daemons",
"keywords": [
"bitcoin",
"electrum-server",
"hd-wallet",
"bitcoin-api",
"xpub"
],
"repository": "https://github.com/bwt-dev/libbwt-nodejs.git",
"license": "MIT",
"homepage": "https://github.com/bwt-dev/libbwt-nodejs",
"scripts": {
"dist": "./build.sh",
"postinstall": "./postinstall.js"
},
"dependencies": {
"debug": "^4.3.1",
"ffi-napi": "^3.0.1",
"ref-napi": "^3.0.1",
"tar": "^6.1.0"
},
"files": [
"index.js",
"postinstall.js",
"LIBBWT-SHA256SUMS",
"npm-shrinkwrap.json",
"README.md"
]
}