ethers.js/packages/cli/package.json

43 lines
1.0 KiB
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": {
"@ethersproject/basex": ">=5.0.0-beta.127",
"ethers": ">=5.0.0-beta.156",
2019-05-15 01:25:46 +03:00
"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"
},
2019-09-06 19:25:17 +03:00
"devDependencies": {
"@types/node": "^12.7.4"
},
2019-05-15 01:25:46 +03:00
"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",
"types": "./lib/index.d.ts",
2019-09-06 19:25:17 +03:00
"tarballHash": "0x7224b7a62cd2554bab3585709e8016fc4a7672c33c568dcbdfbf63d838c18283"
2019-05-15 01:25:46 +03:00
}