-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
38 lines (38 loc) · 997 Bytes
/
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
{
"name": "wallets-tools",
"version": "2.0.0",
"description": "💎",
"type": "module",
"scripts": {
"start": "NODE_NO_WARNINGS=1 npx tsx index.ts",
"test": "NODE_NO_WARNINGS=1 npx tsx tests/index.ts"
},
"author": "Raznorabochiy",
"homepage": "https://t.me/raznorabochiy_notes",
"license": "ISC",
"devDependencies": {
"@types/inquirer": "~9.0.7",
"@types/node": "~22.10.2",
"manten": "~1.3.0"
},
"dependencies": {
"@aleohq/sdk": "~0.6.2",
"@cosmjs/proto-signing": "~0.32.4",
"@demox-labs/aleo-hd-key": "~0.0.1",
"@inquirer/prompts": "~7.2.1",
"@inquirer/select": "~4.0.4",
"@mysten/sui": "~1.18.0",
"@scure/bip32": "~1.6.0",
"@scure/bip39": "~1.5.0",
"@solana/web3.js": "~1.98.0",
"aptos": "~1.19.0",
"bs58": "~6.0.0",
"ethers": "~6.7.1",
"fuels": "~0.97.2",
"inquirer": "~12.3.0",
"micro-key-producer": "^0.7.2",
"starknet": "~6.11.0",
"tronweb": "~6.0.0",
"tsx": "~4.19.2"
}
}