-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.82 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
67
68
69
{
"name": "ssp-relay",
"version": "1.5.0",
"description": "SSP Relay",
"main": "index.ts",
"type": "module",
"scripts": {
"start": "tsc && tsx index.ts",
"test": "nyc --reporter=lcov ts-mocha -p tsconfig.json tests/**/*.spec.ts --exit",
"lint": "eslint ./",
"lint:fix": "eslint ./ --fix",
"type-check": "tsc",
"backup": "tsx backup.js"
},
"author": "Tadeas Kmenta",
"license": "MIT",
"dependencies": {
"@runonflux/aa-schnorr-multisig-sdk": "~1.0.4",
"@runonflux/utxo-lib": "~1.0.0",
"apicache": "~1.6.3",
"axios": "~1.7.7",
"bchaddrjs": "~0.5.2",
"bignumber.js": "~9.1.2",
"bitcoinjs-lib": "~6.1.6",
"compression": "~1.7.4",
"config": "~3.3.12",
"cors": "~2.8.5",
"express": "~4.21.1",
"firebase-admin": "~12.7.0",
"freshdesk-client": "~1.9.1",
"lru-cache": "~11.0.1",
"mongodb": "~6.10.0",
"morgan": "~1.10.0",
"node-cmd": "~5.0.0",
"qs": "~6.13.0",
"socket.io": "~4.8.1",
"viem": "~2.21.35",
"alchemy-sdk": "~3.4.6",
"zelcorejs": "https://github.com/zelcore-io/zelcorejs"
},
"devDependencies": {
"@eslint/js": "~9.8.0",
"@types/chai": "~4.3.20",
"@types/compression": "~1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "~4.17.21",
"@types/expect": "~24.3.0",
"@types/mocha": "~10.0.7",
"@types/morgan": "^1.9.9",
"chai": "~4.5.0",
"eslint": "~9.8.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-mocha": "~10.5.0",
"eslint-plugin-prettier": "~5.2.1",
"globals": "~15.11.0",
"mocha": "~10.7.3",
"nyc": "~17.1.0",
"prettier": "~3.3.3",
"ts-mocha": "~10.0.0",
"tsx": "~4.19.2",
"typescript": "~5.6.3",
"typescript-eslint": "~8.11.0",
"sinon": "~19.0.2",
"node-mocks-http": "~1.16.1"
},
"engines": {
"node": ">=20"
}
}