forked from tintinweb/solgrep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 749 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 749 Bytes
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
{
"name": "solgrep",
"version": "0.0.9",
"description": "",
"main": "src/index.js",
"types": "src/index.d.ts",
"bin": {
"solgrep": "bin/main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "tintinweb",
"url": "https://github.com/tintinweb/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tintinweb/solgrep.git"
},
"keywords": [
"solidity",
"grep",
"semantic"
],
"license": "MIT",
"dependencies": {
"@solidity-parser/parser": "^0.14.0",
"chalk": "^4.1.2",
"cli-progress": "^3.9.1",
"fastq": "^1.13.0",
"safe-eval": "^0.4.1",
"solidity-doppelganger": "^0.0.9",
"yargs": "^17.2.1"
}
}