-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.18 KB
/
package.json
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
{
"name": "@vondas/loupe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vondas-network/loupe.git"
},
"author": "Christopher Konopka",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"@vondas/viewfinder": "^1.0.2",
"abi-decoder": "^2.4.0",
"argparse": "^2.0.1",
"atomic-sleep": "^1.0.0",
"axios": "^0.24.0",
"boxen": "^6.2.1",
"cfonts": "^2.10.0",
"chalk": "^5.0.0",
"consola": "^2.15.3",
"dotenv": "^10.0.0",
"ethereum-input-data-decoder": "^0.3.5",
"etherscan-api": "^10.0.5",
"exec": "^0.2.1",
"exec-sh": "^0.4.0",
"execa": "^6.0.0",
"line-reader": "^0.4.0",
"log-symbols": "^5.1.0",
"nodemon": "^2.0.15",
"pino": "^7.6.5",
"pino-pretty": "^7.5.1",
"readline": "^1.3.0",
"request-promise": "^4.2.6",
"unescape": "^1.0.1",
"web3": "^1.6.1",
"yargs": "^17.3.1"
}
}