42 lines
976 B
JSON
42 lines
976 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"browser": {
|
|
"ethers": "./lib/browser-ethers.js"
|
|
},
|
|
"browser.esm": {
|
|
"ethers": "./lib.esm/browser-ethers.js"
|
|
},
|
|
"browser.umd": {
|
|
"ethers": "./lib/browser-ethers.js"
|
|
},
|
|
"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": "0x2d5476cfaa7fc73ca21ef0010a6cc6c8fe8f0f300a8cacec2c2d4934572099ee",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.10"
|
|
}
|