-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 913 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 913 Bytes
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
{
"name": "vipstarcoinjs-wallet-core",
"version": "0.1.2",
"description": "VIPSTARCOIN Javascript wallet core",
"main": "./src/index.js",
"scripts": {
"test": "mocha test/*.js"
},
"author": "Koutarou Tanaka <from.kyushu.island@gmail.com> (https://github.com/fkfk)",
"license": "GPLv3",
"repository": {
"type": "git",
"url": "https://github.com/vips-wallet/vipstarcoinjs-wallet-core.git"
},
"dependencies": {
"axios": "^0.19.0",
"bignumber.js": "^7.0.2",
"bip21": "^2.0.2",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^4.0.2",
"bitcoinjs-lib-vips": "vips-wallet/bitcoinjs-lib-vips.git#backports/v4.0.2",
"bitcoinjs-message": "^2.0.0",
"coinselect": "^3.1.11",
"ethereumjs-abi": "ethereumjs/ethereumjs-abi#2863c40",
"sha3": "^2.0.0",
"vipstarcoin-opcodes": "^1.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
}
}