2019-05-15 01:25:46 +03:00
|
|
|
{
|
2020-02-10 23:51:58 +03:00
|
|
|
"_devDependencies": {
|
2020-06-13 04:07:12 +03:00
|
|
|
"@ethersproject/cli": "^5.0.0",
|
2020-02-10 23:51:58 +03:00
|
|
|
"@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"
|
|
|
|
},
|
2019-11-23 15:38:13 +03:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"browser": "./lib/browser.js",
|
2020-04-18 12:14:55 +03:00
|
|
|
"browser.esm": "./lib.esm/browser.js",
|
|
|
|
"browser.umd": "./lib/browser.js",
|
2019-05-15 01:25:46 +03:00
|
|
|
"dependencies": {
|
2020-09-11 09:10:58 +03:00
|
|
|
"@ethersproject/bignumber": "^5.0.7",
|
2020-08-25 08:53:48 +03:00
|
|
|
"@ethersproject/bytes": "^5.0.4",
|
|
|
|
"@ethersproject/keccak256": "^5.0.3",
|
2020-09-11 09:10:58 +03:00
|
|
|
"@ethersproject/strings": "^5.0.4",
|
2019-11-23 15:38:13 +03:00
|
|
|
"browserify-zlib": "^0.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:38:13 +03:00
|
|
|
"description": "Testcases for Ethereum and scripts to generate testcases.",
|
|
|
|
"ethereum": "donations.ethers.eth",
|
2020-09-23 06:18:45 +03:00
|
|
|
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
|
2019-05-15 01:25:46 +03:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2019-11-23 15:38:13 +03:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"module": "./lib.esm/index.js",
|
|
|
|
"name": "@ethersproject/testcases",
|
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:38:13 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2020-09-23 06:18:45 +03:00
|
|
|
"tarballHash": "0x78804876e5d1ebed36b2ac23a00c6f693dc9c4b7a64127c4aa08938d9a3de222",
|
2019-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-09-23 06:18:45 +03:00
|
|
|
"version": "5.0.6"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|