2019-05-15 01:25:46 +03:00
|
|
|
{
|
2019-11-23 15:15:06 +03:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2019-05-15 01:25:46 +03:00
|
|
|
"browser": {
|
2019-11-23 15:15:06 +03:00
|
|
|
"ethers": "./lib/browser-ethers.js"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
2020-04-18 12:14:55 +03:00
|
|
|
"browser.esm": {
|
|
|
|
"ethers": "./lib.esm/browser-ethers.js"
|
|
|
|
},
|
|
|
|
"browser.umd": {
|
|
|
|
"ethers": "./lib/browser-ethers.js"
|
|
|
|
},
|
2019-05-15 01:25:46 +03:00
|
|
|
"dependencies": {
|
2020-09-11 09:10:58 +03:00
|
|
|
"@ethersproject/cli": "^5.0.4",
|
|
|
|
"@ethersproject/testcases": "^5.0.5",
|
2019-05-15 01:25:46 +03:00
|
|
|
"@types/mocha": "^5.2.0",
|
2020-09-11 09:10:58 +03:00
|
|
|
"ethers": "^5.0.13"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
2019-11-23 15:15:06 +03:00
|
|
|
"description": "Testing package for ethers.",
|
2019-05-15 01:25:46 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"browserify": "16.2.3",
|
2020-03-22 21:57:17 +03:00
|
|
|
"mocha": "^7.1.1"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
2019-11-23 15:15:06 +03:00
|
|
|
"ethereum": "donations.ethers.eth",
|
2019-05-15 01:25:46 +03:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2019-11-23 15:15:06 +03:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"module": "./lib.esm/index.js",
|
|
|
|
"name": "@ethersproject/tests",
|
2019-05-15 01:25:46 +03:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 08:27:20 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-11-23 15:15:06 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "exit 1"
|
|
|
|
},
|
2020-09-17 02:44:55 +03:00
|
|
|
"tarballHash": "0x71309e6063699613deb6d5d29f7c87963ee1d71e252f006cdd3ad930e187e47c",
|
2019-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-09-16 10:08:36 +03:00
|
|
|
"version": "5.0.8"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|