ethers.js/packages/cli/package.json
2020-11-22 22:44:33 -05:00

44 lines
1.1 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.5",
"@ethersproject/basex": "^5.0.3",
"ethers": "^5.0.13",
"scrypt-js": "3.0.1",
"solc": "0.7.1"
},
"description": "Command-Line Interface scripts and releated utilities.",
"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"
},
"sideEffects": false,
"tarballHash": "0xd05c7c4dee574a6c9ba55c49b36d415ae879f1219f131d2e25ff887cabd909a6",
"types": "./lib/index.d.ts",
"version": "5.0.7"
}