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",
|
|
|
|
"ethers-ens": "./lib/bin/ethers-ens.js",
|
|
|
|
"ethers-ts": "./lib/bin/ethers-ts.js"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-09-01 06:56:02 +03:00
|
|
|
"@ethersproject/basex": ">=5.0.0-beta.127",
|
|
|
|
"ethers": ">=5.0.0-beta.156",
|
2019-05-15 01:25:46 +03:00
|
|
|
"mime-types": "2.1.11",
|
2019-11-13 15:47:08 +03:00
|
|
|
"scrypt-js": "3.0.0",
|
2019-07-23 06:49:01 +03:00
|
|
|
"solc": "0.5.10",
|
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.",
|
2019-09-06 19:25:17 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^12.7.4"
|
|
|
|
},
|
2019-11-23 15:38:13 +03:00
|
|
|
"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-01-30 05:43:56 +03:00
|
|
|
"tarballHash": "0xebbe9e618094f2c7d91e811cbccffa95f315c6e83f730ddff4741ca31fa1a92e",
|
2019-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-01-30 05:43:56 +03:00
|
|
|
"version": "5.0.0-beta.149"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|