-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 835 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
33
34
35
36
37
38
{
"name": "sol-profiler",
"version": "2.0.1",
"description": "Colourful Solidity Smart Contract Profiler",
"main": "index.js",
"scripts": {
"test": "jshint ./bin ./lib ./utils"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aniket-Engg/sol-profiler.git"
},
"bin": {
"sol-profiler": "./bin/sol-profiler.js"
},
"keywords": [
"solidity",
"smartcontract",
"sol",
"profiler",
"solidity-profiler",
"sol-profiler"
],
"author": "Aniket",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aniket-Engg/sol-profiler/issues"
},
"homepage": "https://github.com/Aniket-Engg/sol-profiler#readme",
"dependencies": {
"cli-color": "^2.0.0",
"solparse": "2.2.8",
"table": "^5.2.2"
},
"devDependencies": {
"jshint": "^2.10.2"
}
}