-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.39 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
{
"name": "eclipse-wallet-adapter",
"version": "0.0.5",
"description": "Eclipse Chain wallet adapter",
"main": "index.js",
"engines": {
"node": ">=14.17.0"
},
"scripts": {
"publish:patch": "npm version patch && npm publish",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eclipse-Laboratories-Inc/eclipse-wallet-adapter.git"
},
"keywords": [
"wallet"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eclipse-Laboratories-Inc/eclipse-wallet-adapter/issues"
},
"devDependencies": {
"jest": "^28.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"jest": {
"testTimeout": 240000
},
"dependencies": {
"@bonfida/spl-name-service": "^0.1.40",
"@solana/spl-token": "^0.3.0",
"@solana/web3.js": "^1.47.3",
"axios": "^0.27.2",
"bip32": "^2.0.6",
"bip39": "^3.0.4",
"bitcoinjs-lib": "^6.0.2",
"bitcore-lib": "^8.25.40",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"coinkey": "^3.0.0",
"ecpair": "^2.1.0",
"ed25519-hd-key": "^1.2.0",
"ethers": "^5.7.2",
"near-api-js": "^0.44.2",
"near-seed-phrase": "^0.2.0",
"qs": "^6.10.3",
"simple-uniswap-sdk": "^3.7.0",
"uuid": "^9.0.0"
},
"homepage": "https://github.com/Eclipse-Laboratories-Inc/eclipse-wallet-adapter#readme",
"directories": {
"test": "tests"
}
}