44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/cli": "^5.1.0",
|
|
"@ethersproject/testcases": "^5.1.0",
|
|
"@types/mocha": "^5.2.0",
|
|
"ethers": "^5.1.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": "0xfd360c3ae7482d4b8fe9948619018a51b1bc09a066fb57ae7036d76251819d0b",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.1.1"
|
|
}
|