-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.05 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "ssp-relay",
"version": "1.12.0",
"description": "SSP Relay",
"main": "index.ts",
"type": "module",
"scripts": {
"start": "tsx index.ts",
"test": "nyc --reporter=lcov mocha --import=tsx --config .mocharc.json",
"lint": "eslint ./",
"lint:fix": "eslint ./ --fix",
"type-check": "tsc",
"backup": "tsx backup.js"
},
"author": "Tadeas Kmenta",
"license": "MIT",
"resolutions": {
"viem": "2.52.2"
},
"overrides": {
"viem": "2.52.2"
},
"dependencies": {
"@runonflux/aa-schnorr-multisig-sdk": "1.3.0",
"@runonflux/solana-multisig": "0.12.0",
"@runonflux/utxo-lib": "1.0.5",
"@scure/bip32": "2.2.0",
"@solana/spl-token": "0.4.14",
"@solana/web3.js": "1.98.4",
"alchemy-sdk": "3.6.5",
"apicache": "1.6.3",
"axios": "1.18.0",
"bchaddrjs": "0.5.2",
"bignumber.js": "11.1.3",
"bitcoinjs-message": "2.2.0",
"bs58": "6.0.0",
"compression": "1.8.1",
"config": "4.4.1",
"cors": "2.8.6",
"express": "5.2.1",
"express-rate-limit": "8.5.2",
"firebase-admin": "14.0.0",
"freshdesk-client": "1.10.0",
"lru-cache": "11.5.1",
"mongodb": "7.3.0",
"morgan": "1.11.0",
"node-cmd": "5.0.0",
"nodemailer": "8.0.11",
"qs": "6.15.2",
"socket.io": "4.8.3",
"stripe": "22.2.0",
"viem": "2.52.2"
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@types/chai": "5.2.3",
"@types/compression": "1.8.1",
"@types/cors": "2.8.19",
"@types/express": "5.0.6",
"@types/mocha": "10.0.10",
"@types/morgan": "1.9.10",
"@types/nodemailer": "8.0.1",
"chai": "6.2.2",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-mocha": "11.3.0",
"eslint-plugin-prettier": "5.5.6",
"globals": "17.6.0",
"mocha": "11.7.6",
"node-mocks-http": "1.17.2",
"nyc": "18.0.0",
"prettier": "3.8.4",
"sinon": "22.0.0",
"tsx": "4.22.4",
"typescript": "6.0.3",
"typescript-eslint": "8.61.0"
},
"engines": {
"node": ">=24"
},
"packageManager": "yarn@4.12.0"
}