45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"browser": "./lib/browser.js",
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
|
"@ethersproject/strings": ">=5.0.0-beta.130",
|
|
"browserify-zlib": "^0.2.0",
|
|
"ethers": ">=5.0.0-beta.161"
|
|
},
|
|
"description": "Testcases for Ethereum and scripts to generate testcases.",
|
|
"devDependencies": {
|
|
"@ethersproject/cli": ">=5.0.0-beta.142",
|
|
"@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"
|
|
},
|
|
"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": "0x9a075980616044072f4e966cda0801c49577b991cb14c3d24960090b1b6e970a",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.0-beta.137"
|
|
}
|