ethers.js/packages/cli/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/cli",
2019-09-28 09:36:19 +03:00
"version": "5.0.0-beta.144",
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-08 09:46:53 +03:00
"ethereum": "donations.ethers.eth",
2019-09-28 09:36:19 +03:00
"tarballHash": "0xbd2d5495ba11f22368b78517573025e885bb78f315e70680f33d838558e2ca1d"
2019-05-15 01:25:46 +03:00
}