forked from blackmoshui/generate-address
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 867 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
{
"name": "generate-address",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"build": "yarn && tsc --project tsconfig.json",
"new": "yarn build && node index.js new",
"regen": "yarn build && node index.js regen"
},
"keywords": [],
"author": "blackmoshui",
"license": "Apache License 2.0",
"dependencies": {
"@cosmjs/amino": "^0.32.4",
"@polkadot/keyring": "^13.0.2",
"@solana/web3.js": "^1.95.0",
"@unisat/wallet-sdk": "^1.7.1",
"bip39": "^3.1.0",
"ed25519-hd-key": "^1.3.0",
"ethers": "^6.10.0",
"got": "^7.1.0",
"request": "^2.81.0",
"tonweb": "^0.0.66",
"tweetnacl": "^1.0.3",
"typescript": "^5.5.3",
"web3": "^4.10.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}