{ "_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" }, "browser.esm": { "./lib.esm/disk-utils:": "./lib.esm/browser-disk-utils.js" }, "browser.umd": { "./lib/disk-utils:": "./lib/browser-disk-utils.js" }, "dependencies": { "@ethersproject/bignumber": "^5.0.7", "@ethersproject/bytes": "^5.0.4", "@ethersproject/keccak256": "^5.0.3", "@ethersproject/strings": "^5.0.4", "browserify-zlib": "^0.2.0", "ethers": "^5.0.13" }, "description": "Testcases for Ethereum and scripts to generate testcases.", "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.module/index.js", "name": "@ethersproject/testcases", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "tarballHash": "0x6ce4c86cf19b2a2d9859cced252e0c057bc1a8034710415c7ccc1ed54f6313b6", "types": "./lib/index.d.ts", "version": "5.0.7" }