-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 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
{
"name": "@timmydev56/multi-vm-wallet",
"version": "1.0.0",
"devDependencies": {
"@types/bn.js": "^5.2.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^24.2.1",
"@types/promise-retry": "^1.1.6",
"ts-node-dev": "^2.0.0",
"typescript": "^5.9.2"
},
"dependencies": {
"@noble/hashes": "^1.3.3",
"@scure/bip32": "^2.0.1",
"@scure/bip39": "^2.0.1",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.4",
"bn.js": "^5.2.2",
"bs58": "^6.0.0",
"crypto-js": "^4.2.0",
"debonk-evm-sever-sdk": "^1.4.0",
"ethers": "^6.15.0",
"promise-retry": "^2.0.1",
"tweetnacl": "^1.0.3"
},
"description": "Multi VM Wallet",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.json",
"dev": "ts-node-dev --respawn --transpile-only utils/index.ts",
"publish:sdk": "npm run build && npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Timi16/multi-chain-wallet.git"
},
"keywords": [
"wallet",
"metamask"
],
"author": "Timicoding",
"license": "MIT",
"bugs": {
"url": "https://github.com/Timi16/multi-chain-wallet/issues"
},
"homepage": "https://github.com/Timi16/multi-chain-wallet#readme"
}