-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.2 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
45
46
{
"name": "@vechain/hardhat-ethers",
"version": "0.1.9",
"license": "MIT",
"description": "Hardhat Vechain Ethers Plugin",
"homepage": "https://github.com/vechain/hardhat-plugins",
"repository": "github:vechain/hardhat-plugins",
"author": "Electi Consulting LTD",
"main": "dist/index.js",
"keywords": [
"thor",
"vechain",
"ethereum",
"smart-contracts",
"hardhat",
"hardhat-plugin",
"ethers"
],
"files": [
"dist/**",
"LICENSE",
"README.md"
],
"scripts": {
"prepack": "yarn build",
"clean": "git clean -dfX",
"build": "tsc --build"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@vechain/hardhat-vechain": "^0.1.9",
"@vechain/web3-providers-connex": "^1.1.2",
"ethers": "^6.7.1",
"hardhat": "^2.12.7"
},
"peerDependencies": {
"@vechain/hardhat-vechain": "^0.1.9",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@vechain/web3-providers-connex": "^1.1.2",
"ethers": "^6.7.1",
"hardhat": "^2.12.7"
},
"dependencies": {
"ethers": "^6.7.1"
}
}