ethers.js/packages/cli/package.json

33 lines
751 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/cli",
2019-07-02 23:13:03 +03:00
"version": "5.0.0-beta.132",
2019-05-15 01:25:46 +03:00
"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": {
2019-05-24 02:13:44 +03:00
"@types/node": "10.3.2",
2019-05-15 01:25:46 +03:00
"ethers": ">5.0.0-beta.0",
"mime-types": "2.1.11",
"scrypt-js": "2.0.4",
2019-06-25 05:26:48 +03:00
"solc": "0.5.9",
2019-05-15 01:25:46 +03:00
"solidity-parser-antlr": "^0.3.2"
},
"keywords": [
"Ethereum",
"ethers",
"cli"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
2019-07-02 23:13:03 +03:00
"tarballHash": "0x6476e8eca60537e2b153d93b71d6589f740869312bf85d489cc24d898e0a720e"
2019-05-15 01:25:46 +03:00
}