forked from liquality/chainify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "@liquality/bitcoin-utils",
"version": "1.9.1",
"description": "",
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/lib/index.d.ts",
"directories": {
"dist": "dist",
"src": "lib"
},
"files": [
"dist",
"lib"
],
"scripts": {
"build": "webpack --config ../../webpack/webpack.config.js"
},
"author": "Liquality <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@liquality/bitcoin-networks": "^1.9.1",
"@liquality/crypto": "^1.9.1",
"@liquality/errors": "^1.9.1",
"@liquality/types": "^1.9.1",
"@liquality/utils": "^1.9.1",
"bignumber.js": "^9.0.0",
"bip174": "^2.0.1",
"bitcoinjs-lib": "^5.2.0",
"coinselect": "^3.1.11",
"lodash": "^4.17.20"
},
"homepage": "https://github.com/liquality/chainabstractionlayer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/liquality/chainabstractionlayer.git"
},
"bugs": {
"url": "https://github.com/liquality/chainabstractionlayer/issues"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/bitcoinjs-lib": "^5.0.0",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31"
},
"sideEffects": false
}