We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e9fe8 commit 4628722Copy full SHA for 4628722
3 files changed
.gitignore
@@ -6,3 +6,8 @@ cache
6
extendedArtifacts/
7
package-lock.json
8
.vscode/
9
+*.swp
10
+*.swo
11
+.pnpm-store
12
+out/
13
+*.vsix
package.json
@@ -10,6 +10,9 @@
},
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
+ "bin": {
14
+ "sunhat": "./dist/src/cli.js"
15
+ },
16
"keywords": [
17
"ethereum",
18
"smart-contracts",
@@ -77,6 +80,7 @@
77
80
"axios": "^0.21.1",
78
81
"chalk": "^4.1.2",
79
82
"chokidar": "^3.5.2",
83
+ "colors": "^1.4.0",
84
"debug": "^4.3.2",
85
"enquirer": "^2.3.6",
86
"ethers": "^5.8.0",
0 commit comments