ethers.js/packages/tests/package.json
2020-10-22 20:01:18 -04:00

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