-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.75 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "xrouterjs",
"version": "0.1.0",
"description": "Javascript library for xRouter",
"main": "./dist/index.js",
"scripts": {
"sig-example": "node sig-example.js",
"build": "tsc",
"watch": "tsc -w",
"example": "node example",
"test": "mocha ./test",
"ts-test": "ts-mocha -p ./tsconfig.json src/**/*.spec.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blocknetdx/xrouterjs.git"
},
"keywords": [
"xrouter",
"javascript"
],
"author": "Blocknet <[email protected]>",
"contributors": [
{
"name": "Ryan Burgett",
"email": "[email protected]"
},
{
"name": "Sarawut Sanit",
"email": "[email protected]"
}
],
"license": "MIT",
"homepage": "https://github.com/blocknetdx/xrouterjs#readme",
"devDependencies": {
"@types/bitcore-lib": "^0.15.2",
"@types/expect": "^24.3.0",
"@types/lodash": "^4.14.171",
"@types/mocha": "^8.2.2",
"@types/superagent": "^4.1.11",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"mocha": "^8.4.0",
"should": "^13.2.3",
"ts-mocha": "^8.0.0",
"typescript": "^4.2.4",
"why-is-node-running": "^2.2.0"
},
"dependencies": {
"bitcore-lib": "https://github.com/rBurgett/bitcore-lib-modified.git",
"bloom-filter": "^0.2.0",
"btc-p2p": "^0.2.0",
"buffers": "github:bitpay/node-buffers#v0.1.2-bitpay",
"crypto-wallet-core": "^8.25.22",
"lodash": "^4.17.21",
"mathjs": "^9.5.0",
"p2p-manager": "^0.1.0",
"p2p-node": "^0.1.1",
"preconditions": "^2.2.3",
"secp256k1": "^3.1.0",
"socks5-client": "^0.3.6",
"superagent": "^6.1.0",
"varuint-bitcoin": "^1.1.2"
}
}