2019-05-15 01:25:46 +03:00
|
|
|
{
|
2019-11-23 15:38:13 +03:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2019-05-15 01:25:46 +03:00
|
|
|
"bin": {
|
2019-08-25 09:39:20 +03:00
|
|
|
"ethers": "./lib/bin/ethers.js",
|
2020-02-01 12:37:20 +03:00
|
|
|
"ethers-asm": "./lib/bin/ethers-asm.js",
|
2019-08-25 09:39:20 +03:00
|
|
|
"ethers-ens": "./lib/bin/ethers-ens.js",
|
|
|
|
"ethers-ts": "./lib/bin/ethers-ts.js"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-02-04 15:10:06 +03:00
|
|
|
"@babel/parser": "7.8.4",
|
2020-02-07 02:21:34 +03:00
|
|
|
"@babel/types": "7.8.3",
|
2020-09-11 09:10:58 +03:00
|
|
|
"@ethersproject/asm": "^5.0.5",
|
2020-08-25 08:53:48 +03:00
|
|
|
"@ethersproject/basex": "^5.0.3",
|
2020-09-11 09:10:58 +03:00
|
|
|
"ethers": "^5.0.13",
|
2019-05-15 01:25:46 +03:00
|
|
|
"mime-types": "2.1.11",
|
2020-05-21 07:07:41 +03:00
|
|
|
"scrypt-js": "3.0.1",
|
2020-09-23 06:18:45 +03:00
|
|
|
"solc": "0.7.1",
|
2019-05-15 01:25:46 +03:00
|
|
|
"solidity-parser-antlr": "^0.3.2"
|
|
|
|
},
|
2019-11-23 15:38:13 +03:00
|
|
|
"description": "Command-Line Interface scripts and releated utilities.",
|
|
|
|
"ethereum": "donations.ethers.eth",
|
2019-05-15 01:25:46 +03:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers",
|
|
|
|
"cli"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2019-11-23 15:38:13 +03:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"module": "./lib.esm/index.js",
|
|
|
|
"name": "@ethersproject/cli",
|
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": "exit 1"
|
|
|
|
},
|
2020-09-23 08:00:30 +03:00
|
|
|
"tarballHash": "0xe7e54bdcfdf154ef9e94945a34f84b41c2aca0cf642479c4da9457f5b20e73f5",
|
2019-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-09-23 06:18:45 +03:00
|
|
|
"version": "5.0.5"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|