UNPKG

contract-helper

Version:

A contract helper for tron and eth network

45 lines (44 loc) 985 B
{ "name": "contract-helper", "version": "2.0.10", "type": "commonjs", "main": "dist/index.js", "types": "types", "scripts": { "compile": "npx tsc", "test": "mocha --timeout 120000 -r ts-node/register ./test/**/*.ts", "publish": "npm publish" }, "keywords": [ "tron", "trx", "eth", "etherum", "contract helper", "multicall" ], "repository": { "url": "https://github.com/juming-master/contract-helper.git" }, "author": "", "license": "MIT", "description": "A contract helper for tron and eth network", "dependencies": { "debounce": "^2.2.0", "ethers": "^6.13.4", "tronweb": "^6.0.0", "uuid": "^11.1.0", "wait": "^0.4.2" }, "devDependencies": { "@types/chai": "^5.2.2", "@types/mocha": "^10.0.10", "@types/node": "^24.0.14", "@types/sinon": "^17.0.4", "chai": "^4.5.0", "dotenv": "^17.2.0", "mocha": "^11.7.1", "sinon": "^21.0.0", "ts-node": "^10.9.2" } }