ethers.js/packages/cli/package.json
2020-11-23 19:23:11 -05:00

55 lines
1.3 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.5",
"@ethersproject/basex": "^5.0.3",
"ethers": "^5.0.13",
"scrypt-js": "3.0.1",
"solc": "0.7.1"
},
"description": "Command-Line Interface scripts and releated utilities.",
"ethereum": "donations.ethers.eth",
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
"keywords": [
"Ethereum",
"ethers",
"cli"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/cli",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/cli",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "exit 1"
},
"sideEffects": false,
"tarballHash": "0x2e19e09a91c3169955c6dc7562d2f87d666f1abe9f79485a3a95f17b4f123a2a",
"types": "./lib/index.d.ts",
"version": "5.0.7"
}