{ "author": "Richard Moore ", "dependencies": { "@ethersproject/cli": "^5.0.4", "@ethersproject/testcases": "^5.0.5", "@types/mocha": "^5.2.0", "ethers": "^5.0.13" }, "description": "Testing package for ethers.", "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/tests", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "exit 1" }, "tarballHash": "0x72a8c61ee29157354d55ef74471c3c70836f72d654e092dc560517f0edeefa14", "types": "./lib/index.d.ts", "version": "5.0.13" }