-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 945 Bytes
/
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
{
"name": "circuitscan",
"version": "0.1.3",
"main": "cli.js",
"type": "module",
"author": "numtel <ben@latenightsketches.com>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/circuitscan/cli.git"
},
"bin": {
"circuitscan": "./cli.js"
},
"scripts": {
"todo": "bash -c \"grep -rn 'TODO' --exclude-dir={node_modules,build,cache,lib,out} --exclude={*.min*,*.swp,package.json,solc} *\"",
"test": "mocha"
},
"devDependencies": {
"mocha": "^10.4.0"
},
"dependencies": {
"@nomicfoundation/hardhat-verify": "^2.0.8",
"ansi-escapes": "^7.0.0",
"commander": "^12.0.0",
"hardhat": "npm:hardhat-plugin-noop@0.0.1",
"solc": "^0.8.26",
"viem": "^2.17.8"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}