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",
2020-09-11 09:10:58 +03:00
"@ethersproject/asm": "^5.0.5",
2020-08-25 08:53:48 +03:00
"@ethersproject/basex": "^5.0.3",
2020-09-11 09:10:58 +03:00
"ethers": "^5.0.13",
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,
2020-11-24 03:23:11 +03:00
"tarballHash": "0x2e19e09a91c3169955c6dc7562d2f87d666f1abe9f79485a3a95f17b4f123a2a",
"types": "./lib/index.d.ts",
2020-11-23 06:44:33 +03:00
"version": "5.0.7"
2019-05-15 01:25:46 +03:00
}