-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.78 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
{
"name": "@farvault/lib",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"max-compatible-createTransactionsFixtures": "NODE_OPTIONS=\"--openssl-legacy-provider\" npx babel-node ./test/createTransactionsFixtures.js",
"max-compatible-test": "node --openssl-legacy-provider --experimental-vm-modules node_modules/.bin/jest",
"createTransactionsFixtures": "babel-node ./test/createTransactionsFixtures.js",
"test": "jest",
"docs": "jsdoc -c jsdoc.json"
},
"author": {
"name": "José-Luis Landabaso",
"email": "landabaso@gmail.com",
"url": "http://farvault.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farvault/farvault-lib.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/node": "^7.17.10",
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
"babel-plugin-module-resolver": "^4.1.0",
"docdash": "^1.2.0",
"jest": "^29.2.2",
"jest-fetch-mock": "^3.0.3",
"jsdoc": "^3.6.10",
"node-domexception": "^1.0.0",
"prettier": "^2.6.2",
"regtest-client": "github:farvault/regtest-client"
},
"dependencies": {
"@ledgerhq/hw-app-btc": "^8.0.2",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.27.4",
"@ledgerhq/hw-transport-webusb": "^6.27.4",
"@noble/secp256k1": "^1.6.0",
"bip32": "^3.0.1",
"bip39": "^3.0.4",
"bip68": "^1.0.4",
"bitcoinjs-lib": "^6.0.1",
"bs58check": "^2.1.2",
"coinselect": "^3.1.12",
"create-hmac": "^1.1.7",
"cross-fetch": "^3.1.5",
"ecpair": "^2.1.0",
"electrum-client": "github:BlueWallet/rn-electrum-client",
"immer": "^9.0.15",
"lodash.memoize": "^4.1.2",
"path": "^0.12.7",
"tiny-secp256k1": "^2.2.0",
"varuint-bitcoin": "^1.1.2"
}
}