ethers.js/packages/cli/package.json

40 lines
989 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/cli",
"version": "5.0.0-beta.142",
2019-05-15 01:25:46 +03:00
"description": "Command-Line Interface scripts and releated utilities.",
"main": "./lib/index.js",
2019-05-15 01:25:46 +03:00
"scripts": {
"test": "exit 1"
},
"bin": {
"ethers": "./lib/bin/ethers.js",
"ethers-ens": "./lib/bin/ethers-ens.js",
"ethers-ts": "./lib/bin/ethers-ts.js"
2019-05-15 01:25:46 +03:00
},
"dependencies": {
2019-05-24 02:13:44 +03:00
"@types/node": "10.3.2",
2019-08-06 09:22:11 +03:00
"@ethersproject/basex": ">=5.0.0-beta.126",
2019-05-15 01:25:46 +03:00
"ethers": ">5.0.0-beta.0",
"mime-types": "2.1.11",
"scrypt-js": "2.0.4",
"solc": "0.5.10",
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"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"module": "./lib.esm/index.js",
"tarballHash": "0x047aa677370e57a4c356aa7ca5d3e692038f4863413141cd1f325526c59a4096"
2019-05-15 01:25:46 +03:00
}