You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
720 B
32 lines
720 B
{
|
|
"name": "bitcoo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.weirui0755.com/jack/bitcooo.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.24.0",
|
|
"bip32": "^2.0.6",
|
|
"bip39": "^3.0.4",
|
|
"bitcoinjs-lib": "^5.2.0",
|
|
"ethereumjs-tx": "^1.3.7",
|
|
"ethers": "^5.5.1",
|
|
"js-md5": "^0.7.3",
|
|
"js-sha256": "^0.9.0",
|
|
"node": "^17.1.0",
|
|
"tki-qrcode": "^0.1.6",
|
|
"tronweb": "^3.2.6",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"wallet-address-validator": "^0.2.4",
|
|
"web3": "^1.3.4"
|
|
}
|
|
}
|
|
|