-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
44
{
"name": "hardhat-insight",
"version": "0.1.9",
"license": "MIT",
"description": "Prints contract details based on the source-mapping with Hardhat",
"keywords": [
"hardhat",
"buidler",
"solidity",
"solc",
"smart-contracts",
"ethereum",
"blockchain",
"bytecode",
"size",
"gas"
],
"repository": {
"type": "git",
"url": "git+https://github.com/a-d-j-i/hardhat-insight.git"
},
"author": "Andres Adjimann",
"main": "index.js",
"types": "index.d.ts",
"peerDependencies": {
"hardhat": "^2.0.0"
},
"devDependencies": {
"@maticnetwork/fx-portal": "^1.0.5",
"hardhat": "^2.0.0"
},
"bugs": {
"url": "https://github.com/a-d-j-i/hardhat-insight/issues"
},
"homepage": "https://github.com/a-d-j-i/hardhat-insight.git",
"scripts": {
"test": "hardhat test",
"insight": "hardhat insight"
},
"files": [
"index.js",
"lib/"
]
}