ethers.js/packages/cli/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"author": "Richard Moore <me@ricmoo.com>",
2019-05-15 01:25:46 +03:00
"bin": {
"ethers": "./lib/bin/ethers.js",
2020-02-01 12:37:20 +03:00
"ethers-asm": "./lib/bin/ethers-asm.js",
"ethers-ens": "./lib/bin/ethers-ens.js",
"ethers-ts": "./lib/bin/ethers-ts.js"
2019-05-15 01:25:46 +03:00
},
"dependencies": {
"@babel/parser": "7.8.4",
2020-02-07 02:21:34 +03:00
"@babel/types": "7.8.3",
"@ethersproject/asm": "^5.6.1",
"@ethersproject/basex": "^5.6.1",
"ethers": "^5.6.8",
2020-05-21 07:07:41 +03:00
"scrypt-js": "3.0.1",
2020-11-17 07:07:24 +03:00
"solc": "0.7.1"
2019-05-15 01:25:46 +03:00
},
"description": "Command-Line Interface scripts and releated utilities.",
"ethereum": "donations.ethers.eth",
2020-11-24 03:23:11 +03:00
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
2019-05-15 01:25:46 +03:00
"keywords": [
"Ethereum",
"ethers",
"cli"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/cli",
2019-05-15 01:25:46 +03:00
"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": "0x46dce21a3bf566e3f30738bd0fbe46062c36c8dbae281ee074d345ee7912df89",
"types": "./lib/index.d.ts",
"version": "5.6.1"
2019-05-15 01:25:46 +03:00
}