-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "exsat-client",
"version": "2.0.4",
"author": "RobinHolmes <robin@exsat.org>",
"license": "MIT",
"scripts": {
"start-commander": "ts-node src/commander/index.ts",
"start-synchronizer": "ts-node src/synchronizer/index.ts",
"start-validator": "ts-node src/validator/index.ts",
"build": "tsc",
"format": "prettier --write ."
},
"dependencies": {
"@inquirer/prompts": "^5.3.8",
"@scure/bip39": "^1.0.0",
"@wharfkit/session": "^1.4.0",
"@wharfkit/wallet-plugin-privatekey": "^1.1.0",
"axios": "^1.9.0",
"bitcoinjs-lib": "^6.1.6",
"bn.js": "^5.2.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"fs-extra": "^11.2.0",
"hdkey": "^2.1.0",
"moment": "^2.30.1",
"node-cron": "^3.0.3",
"prom-client": "^15.1.3",
"web3-errors": "^1.2.0",
"web3-types": "^1.7.0",
"web3-utils": "^4.3.0",
"web3-validator": "^2.0.6",
"wif": "^4.0.0",
"winston": "^3.14.2",
"winston-daily-rotate-file": "^5.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/config": "^3.3.4",
"@types/node": "^22.3.0",
"@types/node-cron": "^3.0.11",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}