ethers.js/packages/cli/package.json
2019-07-20 20:13:00 -03:00

33 lines
751 B
JSON

{
"name": "@ethersproject/cli",
"version": "5.0.0-beta.133",
"description": "Command-Line Interface scripts and releated utilities.",
"main": "index.js",
"scripts": {
"test": "exit 1"
},
"bin": {
"ethers": "./bin/ethers.js",
"ethers-ts": "./bin/ethers-ts.js"
},
"dependencies": {
"@types/node": "10.3.2",
"ethers": ">5.0.0-beta.0",
"mime-types": "2.1.11",
"scrypt-js": "2.0.4",
"solc": "0.5.9",
"solidity-parser-antlr": "^0.3.2"
},
"keywords": [
"Ethereum",
"ethers",
"cli"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"tarballHash": "0x791abec776da3fa3fa11ef3301f527739929ab1a7ba186d24f5c75b618a091ea"
}