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": "0xf7f8dfb109eddba7eb939f88b52391939f86f8310fd3fe0070ed18555627e5a9",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.11"
|
|
}
|