-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "atomic-swaps",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start-signing-server": "node ./dist/src/signing-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KZen-networks/atomic-swaps.git"
},
"author": "oleiba",
"license": "ISC",
"bugs": {
"url": "https://github.com/KZen-networks/atomic-swaps/issues"
},
"homepage": "https://github.com/KZen-networks/atomic-swaps#readme",
"dependencies": {
"@kzen-networks/thresh-sig": "^0.4.0",
"@types/body-parser": "^1.19.0",
"@types/debug": "^4.1.5",
"@types/lodash.pick": "^4.4.6",
"@types/lowdb": "^1.0.9",
"@types/node": "^14.0.27",
"@types/uuid": "^7.0.3",
"@types/ws": "^7.2.4",
"axios": "^0.19.2",
"bignumber.js": "^9.0.0",
"bitcoinjs-lib": "^5.1.8",
"body-parser": "^1.19.0",
"commander": "^5.1.0",
"debug": "^4.1.1",
"dlog-verifiable-enc": "^0.3.0",
"electrum-client": "https://github.com/KZen-networks/node-electrum-client.git",
"elliptic": "^6.5.2",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^7.0.0",
"express": "^4.17.1",
"lodash.pick": "^4.4.0",
"lowdb": "^1.0.0",
"typescript": "^3.8.3",
"uuid": "^8.0.0",
"web3": "^1.2.7",
"ws": "^7.2.5"
}
}