forked from BlueWallet/rn-electrum-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 858 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
{
"name": "@bitcoinerlab/electrum-client",
"homepage": "https://github.com/bitcoinerlab/electrum-client",
"version": "1.0.4",
"description": "Electrum protocol client for React Native & Node.js",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/bitcoinerlab/electrum-client.git"
},
"bugs": {
"url": "https://github.com/bitcoinerlab/electrum-client/issues"
},
"keywords": [
"client",
"electrum",
"bitcoin"
],
"engines": {
"node": ">=18"
},
"contributors": [
{ "name": "Yuki Akiyama" },
{ "name": "7kharov" },
{ "name": "overtorment" },
{ "name": "Jose-Luis Landabaso @bitcoinerlab" }
],
"license": "MIT"
}