-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 900 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
36
37
38
39
40
41
{
"name": "bcoin-relaylib",
"version": "0.0.1",
"description": "Relay plugin for bcoin",
"main": "lib/index.js",
"author": "Mark Tyneway <mark.tyneway@gmail.com>",
"contributors": [
"James Prestwich <james@summa.one>"
],
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "bmocha test/*",
"lint": "eslint $(cat .eslintfiles)"
},
"keywords": [
"bcoin",
"bitcoin",
"relay"
],
"bin": {
"node": "./bin/node"
},
"license": "(MIT OR Apache-2.0)",
"dependencies": {
"bcoin": "git+https://github.com/bcoin-org/bcoin.git",
"bcrypto": "git+https://github.com/bcoin-org/bcrypto.git",
"bdb": "^1.1.7",
"blgr": "^0.1.7",
"blru": "^0.1.6",
"bsert": "0.0.10",
"buffer-map": "0.0.7",
"bweb": "^0.1.9"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"bmocha": "^2.1.2",
"eslint": "^6.5.1"
}
}