24 lines
534 B
JSON
24 lines
534 B
JSON
{
|
|
"name": "payment",
|
|
"version": "1.0.0",
|
|
"description": "Blockchain wallet, support list:\r ETH \r ERC20 \r TRON \r TRC20",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node app"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://47.129.22.53:22345/lizixuan/wallet.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abi-decoder": "^2.4.0",
|
|
"axios": "^1.11.0",
|
|
"express": "^5.1.0",
|
|
"web3": "^4.16.0"
|
|
}
|
|
}
|