UNPKG

flowbatcher

Version:

Save gas by batching multiple ETH and ERC-20 transactions into a single operation, optimizing efficiency and reducing costs.

51 lines (50 loc) 1.41 kB
{ "name": "flowbatcher", "version": "1.0.3", "description": "Save gas by batching multiple ETH and ERC-20 transactions into a single operation, optimizing efficiency and reducing costs.", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test:sdk": "mocha 'tests/sdk.test.js' --timeout 150000 --exit", "test:utils": "mocha 'tests/util.test.js' --timeout 150000 --exit", "test:lib": "mocha 'tests/lib.test.js' --timeout 150000 --exit", "prettier": "prettier . --write", "lint": "eslint . --max-warnings=0" }, "repository": { "type": "git", "url": "git+https://github.com/kunalmkv/flowBatcher.git" }, "keywords": [ "ethereum", "batcher", "erc20", "ETH" ], "author": "kunalmkv", "license": "ISC", "bugs": { "url": "https://github.com/kunalmkv/flowBatcher/issues" }, "homepage": "https://github.com/kunalmkv/flowBatcher#readme", "dependencies": { "axios": "^1.8.4", "chai": "^4.3.7", "chalk": "^4.1.2", "dotenv": "^16.4.7", "eslint": "^9.23.0", "eslint-plugin-chai-friendly": "^1.0.1", "eslint-plugin-prettier": "^5.2.6", "ethers": "^6.13.5", "prettier": "^3.5.3", "sinon": "^15.0.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "rollup": "^4.39.0" } }