-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 970 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
{
"name": "root",
"version": "0.1.9",
"author": "Electi Consulting LTD",
"license": "See individual packages",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "git clean -dfX",
"build": "tsc --build packages/vechain packages/ethers packages/web3",
"pack-all": "yarn pack --cwd packages/vechain && yarn pack --cwd packages/web3 && yarn pack --cwd packages/ethers"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@types/debug": "^4.1.8",
"@types/jest": "^29.5.2",
"@vechain/hardhat-ethers": "^0.1.9",
"@vechain/hardhat-vechain": "^0.1.9",
"@vechain/hardhat-web3": "^0.1.9",
"ethers": "^6.7.1",
"hardhat": "^2.12.7",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3",
"web3": "^1.0.0-beta.36"
}
}