2019-05-14 18:25:46 -04:00
|
|
|
{
|
2019-11-23 21:38:13 +09:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2019-05-14 18:25:46 -04:00
|
|
|
"bin": {
|
2019-08-25 02:39:20 -04:00
|
|
|
"ethers": "./lib/bin/ethers.js",
|
2020-02-01 04:37:20 -05:00
|
|
|
"ethers-asm": "./lib/bin/ethers-asm.js",
|
2019-08-25 02:39:20 -04:00
|
|
|
"ethers-ens": "./lib/bin/ethers-ens.js",
|
|
|
|
"ethers-ts": "./lib/bin/ethers-ts.js"
|
2019-05-14 18:25:46 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-02-04 07:10:06 -05:00
|
|
|
"@babel/parser": "7.8.4",
|
2020-02-06 18:21:34 -05:00
|
|
|
"@babel/types": "7.8.3",
|
2020-06-12 21:07:12 -04:00
|
|
|
"@ethersproject/asm": "^5.0.0",
|
|
|
|
"@ethersproject/basex": "^5.0.0",
|
|
|
|
"ethers": "^5.0.0",
|
2019-05-14 18:25:46 -04:00
|
|
|
"mime-types": "2.1.11",
|
2020-05-21 00:07:41 -04:00
|
|
|
"scrypt-js": "3.0.1",
|
2019-07-23 00:49:01 -03:00
|
|
|
"solc": "0.5.10",
|
2019-05-14 18:25:46 -04:00
|
|
|
"solidity-parser-antlr": "^0.3.2"
|
|
|
|
},
|
2019-11-23 21:38:13 +09:00
|
|
|
"description": "Command-Line Interface scripts and releated utilities.",
|
2019-09-06 12:25:17 -04:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^12.7.4"
|
|
|
|
},
|
2019-11-23 21:38:13 +09:00
|
|
|
"ethereum": "donations.ethers.eth",
|
2019-05-14 18:25:46 -04:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers",
|
|
|
|
"cli"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2019-11-23 21:38:13 +09:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"module": "./lib.esm/index.js",
|
|
|
|
"name": "@ethersproject/cli",
|
2019-05-14 18:25:46 -04:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 01:27:20 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-11-23 21:38:13 +09:00
|
|
|
"scripts": {
|
|
|
|
"test": "exit 1"
|
|
|
|
},
|
2020-07-13 08:03:56 -04:00
|
|
|
"tarballHash": "0xfdc0fad9825a96be6014812af5569db22a09cbf187160093655e0760ea47b114",
|
2019-08-31 23:56:02 -04:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-07-13 08:03:56 -04:00
|
|
|
"version": "5.0.2"
|
2019-05-14 18:25:46 -04:00
|
|
|
}
|