-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "@bitmatrix/lib",
"version": "0.1.16",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-typescript": "^7.13.0",
"@types/bn.js": "^5.1.0",
"@types/crypto-js": "^4.0.2",
"@types/jest": "^26.0.23",
"jest": "^26.6.3",
"typescript": "^4.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bit-matrix/bitmatrix-lib.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bit-matrix/bitmatrix-lib/issues"
},
"homepage": "https://github.com/bit-matrix/bitmatrix-lib#readme",
"dependencies": {
"@bitmatrix/esplora-api-client": "^0.0.8",
"@bitmatrix/models": "0.1.47",
"@script-wiz/lib": "^0.1.82",
"@script-wiz/lib-core": "^0.0.48",
"ldk": "0.5.8",
"marina-provider": "1.7.2",
"tiny-secp256k1": "1.1.6"
},
"resolutions": {
"liquidjs-lib": "6.0.2-liquid.7",
"ecpair": "2.0.1"
}
}