{ "_devDependencies": { "@ethersproject/cli": "^5.0.0", "@types/bip39": "2.4.1", "@types/bitcoinjs-lib": "3.3.2", "bip39": "2.5.0", "bitcoinjs-lib": "3.3.2", "ethereumjs-tx": "^1.3.5", "ethereumjs-util": "^5.2.0" }, "_ethers.alias": { "disk-utils.js": "browser-disk-utils.js" }, "author": "Richard Moore ", "browser": { "./lib/disk-utils": "./lib/browser-disk-utils.js" }, "dependencies": { "@ethersproject/bignumber": "^5.3.0", "@ethersproject/bytes": "^5.3.0", "@ethersproject/keccak256": "^5.3.0", "@ethersproject/strings": "^5.3.0", "ethers": "^5.3.0", "tiny-inflate": "1.0.3" }, "description": "Testcases for Ethereum and scripts to generate testcases.", "ethereum": "donations.ethers.eth", "funding": [ { "type": "individual", "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { "type": "individual", "url": "https://www.buymeacoffee.com/ricmoo" } ], "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/testcases", "publishConfig": { "access": "public" }, "repository": { "directory": "packages/testcases", "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "tarballHash": "0xb26ac75638cb91d10cff73dd3fbf2b47aa921ae2a2948165379773ec3c030f43", "types": "./lib/index.d.ts", "version": "5.3.0" }