ethers.js/packages/cli/package.json
2020-05-21 00:07:41 -04:00

48 lines
1.2 KiB
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"bin": {
"ethers": "./lib/bin/ethers.js",
"ethers-asm": "./lib/bin/ethers-asm.js",
"ethers-ens": "./lib/bin/ethers-ens.js",
"ethers-ts": "./lib/bin/ethers-ts.js"
},
"dependencies": {
"@babel/parser": "7.8.4",
"@babel/types": "7.8.3",
"@ethersproject/asm": ">=5.0.0-beta.159",
"@ethersproject/basex": ">=5.0.0-beta.132",
"ethers": ">=5.0.0-beta.186",
"mime-types": "2.1.11",
"scrypt-js": "3.0.1",
"solc": "0.5.10",
"solidity-parser-antlr": "^0.3.2"
},
"description": "Command-Line Interface scripts and releated utilities.",
"devDependencies": {
"@types/node": "^12.7.4"
},
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers",
"cli"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/cli",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "exit 1"
},
"tarballHash": "0xaf7924e596d21fad080990af0c2a160751acaa64f590791dd8b9db2f2ee7f745",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.157"
}