forked from Samourai-Wallet/samourai-dojo
-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 KB
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
{
"name": "samourai-dojo",
"version": "1.28.2",
"description": "Backend server for Samourai Wallet",
"main": "accounts/index.js",
"engines": {
"node": ">=18.x.x"
},
"type": "module",
"scripts": {
"test": "mocha --recursive --reporter spec",
"lint": "eslint --ext .js accounts/ lib/ pushtx/ tracker/ scripts/ keys/ test/ docker/ static/"
},
"repository": {
"type": "git",
"url": "https://github.com/Dojo-Open-Source-Project/samourai-dojo.git"
},
"author": "Katana Cryptographic Ltd.",
"license": "AGPL-3.0-only",
"homepage": "https://github.com/Dojo-Open-Source-Project/samourai-dojo",
"dependencies": {
"@samouraiwallet/auth47": "1.2.1",
"@samouraiwallet/bitcoin-rpc": "0.6.0",
"@samouraiwallet/bitcoinjs-message": "3.1.1",
"@samouraiwallet/electrum-client": "1.5.2",
"@samouraiwallet/one-dollar-fee-estimator": "0.10.0",
"@tinyhttp/app": "2.3.1",
"async-sema": "3.1.1",
"bip32": "5.0.1",
"bitcoinjs-lib": "7.0.1",
"bs58check": "4.0.0",
"helmet": "7.1.0",
"jsonwebtoken": "9.0.3",
"lodash.clonedeep": "4.5.0",
"milliparsec": "3.0.0",
"mysql2": "3.20.0",
"nocache": "4.0.0",
"quick-lru": "7.3.0",
"sirv": "2.0.4",
"socks": "2.8.7",
"soroban-client-nodejs": "1.0.0",
"tiny-secp256k1": "2.2.4",
"uint8array-tools": "^0.0.9",
"undici": "6.24.1",
"validator": "13.15.26",
"websocket": "1.0.35",
"workerpool": "9.3.2",
"zeromq": "6.5.0"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-unicorn": "^51.0.1",
"mocha": "^10.8.2"
}
}