-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 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": "bitcoin-sdk-lite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-web3/bitcoin-sdk-lite.git"
},
"author": "seek.guo",
"license": "ISC",
"jest": {
"verbose": true,
"require": [
"ts-node/register",
"tsconfig-paths/register"
]
},
"bugs": {
"url": "https://github.com/the-web3/bitcoin-sdk-lite/issues"
},
"homepage": "https://github.com/the-web3/bitcoin-sdk-lite#readme",
"dependencies": {
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.5",
"bitcore-lib": "8.25.31",
"ecpair": "^2.1.0",
"bip39": "^3.0.4",
"tiny-secp256k1": "^2.2.3"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@midwayjs/cli": "1.0.0",
"@midwayjs/luckyeye": "1.0.0",
"@midwayjs/mock": "2.3.0",
"@types/bs58check": "^2.1.0",
"@types/jest": "26.0.10",
"@types/koa-bodyparser": "4.3.0",
"@types/node": "14",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"babel-jest": "^29.6.2",
"cross-env": "6.0.0",
"eslint": "^8.4.1",
"eslint-config-semistandard": "^17.0.0",
"jest": "26.4.0",
"mwts": "^1.0.5",
"tronweb": "^2.10.1",
"ts-jest": "26.2.0",
"ts-node": "10.4.0",
"typescript": "5.0.2"
}
}