48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"bin": {
|
|
"ethers": "./lib/bin/ethers.js",
|
|
"ethers-asm": "./lib/bin/ethers-asm.js",
|
|
"ethers-ens": "./lib/bin/ethers-ens.js",
|
|
"ethers-ts": "./lib/bin/ethers-ts.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": "7.8.4",
|
|
"@babel/types": "7.8.3",
|
|
"@ethersproject/asm": ">=5.0.0-beta.148",
|
|
"@ethersproject/basex": ">=5.0.0-beta.127",
|
|
"ethers": ">=5.0.0-beta.156",
|
|
"mime-types": "2.1.11",
|
|
"scrypt-js": "3.0.0",
|
|
"solc": "0.5.10",
|
|
"solidity-parser-antlr": "^0.3.2"
|
|
},
|
|
"description": "Command-Line Interface scripts and releated utilities.",
|
|
"devDependencies": {
|
|
"@types/node": "^12.7.4"
|
|
},
|
|
"ethereum": "donations.ethers.eth",
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers",
|
|
"cli"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/cli",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "exit 1"
|
|
},
|
|
"tarballHash": "0x506f9e707ee4679abf995420f70084635b46993e5222c3452d64ad60b74d939b",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.0-beta.152"
|
|
}
|