ethers.js/packages/cli/package.json
2020-01-09 03:32:50 -05:00

44 lines
1.1 KiB
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"bin": {
"ethers": "./lib/bin/ethers.js",
"ethers-ens": "./lib/bin/ethers-ens.js",
"ethers-ts": "./lib/bin/ethers-ts.js"
},
"dependencies": {
"@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": "0x8c1c74059eaf59d10d94fcb2285fb2512a1fdf121ef5c3167e8afa16807bbbb3",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.148"
}