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"
|
|
|
|
},
|
2020-11-15 01:42:36 +03:00
|
|
|
"_ethers.alias": {
|
|
|
|
"disk-utils.js": "browser-disk-utils.js"
|
|
|
|
},
|
2019-11-23 15:38:13 +03:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2020-11-15 01:42:36 +03:00
|
|
|
"browser": {
|
2020-11-17 07:07:24 +03:00
|
|
|
"./lib/disk-utils": "./lib/browser-disk-utils.js"
|
2020-11-15 01:42:36 +03:00
|
|
|
},
|
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",
|
2020-11-17 07:07:24 +03:00
|
|
|
"ethers": "^5.0.13",
|
|
|
|
"tiny-inflate": "1.0.3"
|
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",
|
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",
|
2020-11-17 07:07:24 +03:00
|
|
|
"module": "./lib.esm/index.js",
|
2019-11-23 15:38:13 +03:00
|
|
|
"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-11-17 07:07:24 +03:00
|
|
|
"tarballHash": "0x415390e85501f179671ba96e9317226bdc9043a45ee5700413e8b46765b7cd71",
|
2019-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-11-17 07:07:24 +03:00
|
|
|
"version": "5.0.8"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|