{ "author": "Richard Moore ", "dependencies": { "@ethersproject/cli": "^5.5.0", "@ethersproject/testcases": "^5.5.0", "@types/mocha": "^5.2.0", "ethers": "^5.5.0" }, "description": "Testing package for ethers.", "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/tests", "publishConfig": { "access": "public" }, "repository": { "directory": "packages/tests", "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "exit 1" }, "tarballHash": "0xd193ab66984342ed08d11241a3b69d6188d133e7607b665bfeee26d72fcc0518", "types": "./lib/index.d.ts", "version": "5.5.0" }