UNPKG

tea-tool

Version:
37 lines (36 loc) 746 B
{ "name": "tea-tool", "version": "1.0.4", "description": "Project for tea staking", "main": "index.js", "scripts": { "build": "tsc", "start": "tsc && node index.js" }, "keywords": [ "tea", "staking", "tea-staking", "teaprotocol" ], "author": "chenenyu", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/chenenyu/tea-tool.git" }, "dependencies": { "@solana/web3.js": "^1.91.4", "bip32": "^4.0.0", "bip39": "^3.1.0", "bitcoinjs-lib": "^6.1.5", "commander": "^12.0.0", "ethereumjs-wallet": "^1.0.2", "tiny-secp256k1": "^2.2.3", "web3": "^4.7.0" }, "devDependencies": { "ts-node": "^10.9.2", "typescript": "^5.3.3" } }