-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.18 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "snubb",
"version": "1.0.3",
"description": "A beautiful terminal UI for scanning blockchain token approvals and tracking your exposure",
"main": "index.js",
"bin": {
"snubb": "./index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ethereum",
"erc20",
"approvals",
"revoke",
"security",
"blockchain",
"terminal-ui",
"defi",
"token-scanner",
"multichain"
],
"author": "moose-code",
"repository": {
"type": "git",
"url": "git+https://github.com/moose-code/snubb.git"
},
"homepage": "https://github.com/moose-code/snubb#readme",
"bugs": {
"url": "https://github.com/moose-code/snubb/issues"
},
"type": "module",
"license": "ISC",
"dependencies": {
"@envio-dev/hypersync-client": "^0.6.3",
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"cli-spinners": "^2.9.2",
"cli-table3": "^0.6.5",
"commander": "^11.1.0",
"figlet": "^1.8.0",
"log-update": "^6.1.0",
"ora": "^7.0.1",
"viem": "^2.24.1"
},
"engines": {
"node": ">=16"
}
}