wallet/package.json

24 lines
534 B
JSON
Raw Normal View History

2025-08-07 11:04:53 +00:00
{
"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"
}
}