47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"_devDependencies": {
|
|
"@ethersproject/cli": "^5.0.0",
|
|
"@types/bip39": "2.4.1",
|
|
"@types/bitcoinjs-lib": "3.3.2",
|
|
"bip39": "2.5.0",
|
|
"bitcoinjs-lib": "3.3.2",
|
|
"ethereumjs-tx": "^1.3.5",
|
|
"ethereumjs-util": "^5.2.0"
|
|
},
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"browser": "./lib/browser.js",
|
|
"browser.esm": "./lib.esm/browser.js",
|
|
"browser.umd": "./lib/browser.js",
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": "^5.0.7",
|
|
"@ethersproject/bytes": "^5.0.4",
|
|
"@ethersproject/keccak256": "^5.0.3",
|
|
"@ethersproject/strings": "^5.0.4",
|
|
"browserify-zlib": "^0.2.0",
|
|
"ethers": "^5.0.13"
|
|
},
|
|
"description": "Testcases for Ethereum and scripts to generate testcases.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/testcases",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"tarballHash": "0x6ce4c86cf19b2a2d9859cced252e0c057bc1a8034710415c7ccc1ed54f6313b6",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.7"
|
|
}
|