ethers.js/packages/cli/package.json

32 lines
725 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/cli",
2019-05-24 02:13:44 +03:00
"version": "5.0.0-beta.130",
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",
2019-05-24 02:13:44 +03:00
"solc": "0.5.5",
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-05-24 02:13:44 +03:00
"tarballHash": "0x11f25eb8f099afc2e77d940188d6d959a800113cef39f4b4acae0b062f0d97a0"
2019-05-15 01:25:46 +03:00
}