-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "@atomiqlabs/sdk-lib",
"version": "10.2.4",
"description": "Basic SDK functionality library for atomiq",
"main": "./dist/index.js",
"types:": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"/dist",
"/src"
],
"keywords": [
"Solana",
"Bitcoin",
"Cross-chain",
"Cryptocurrency",
"Bridge",
"Trustless"
],
"author": "adambor",
"license": "ISC",
"dependencies": {
"@atomiqlabs/base": "7.2.2",
"@bitcoinerlab/secp256k1": "1.0.5",
"aes-js": "3.1.2",
"bech32": "2.0.0",
"bitcoinjs-lib": "6.1.5",
"bn.js": "5.2.1",
"bolt11": "1.4.1",
"buffer": "6.0.3",
"create-hash": "1.2.0",
"events": "3.3.0",
"randombytes": "2.1.0"
},
"devDependencies": {
"@types/aes-js": "3.1.4",
"@types/bn.js": "5.1.5",
"@types/create-hash": "1.2.6",
"@types/events": "3.0.3",
"@types/node": "22.9.3",
"@types/randombytes": "2.0.3",
"typescript": "4.9.5"
}
}