-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 950 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
{
"name": "@porton/carbon-flow",
"version": "0.0.1",
"description": "Secure counting carbon credits and retire carbon credits",
"scripts": {
"build": "npx hardhat compile",
"test": "npx hardhat test"
},
"dependencies": {
"@myetherwallet/mewconnect-web-client": "^2.1.5-beta.1",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@vporton/wrap-tokens": "^2.1.7",
"browserify": "^17.0.0",
"buidler-deploy": "^0.6.0-beta.16",
"chai-as-promised": "^7.1.1",
"chainlink": "^0.8.2",
"ganache-cli": "^6.11.0",
"hardhat": "^2.9.2",
"hardhat-deploy": "^0.11.2",
"node-pre-gyp": "^0.17.0",
"random": "^2.2.0",
"solhint": "^3.2.1",
"statuses": "^2.0.1",
"web3": "^1.3.0",
"yesno": "^0.3.1"
},
"devDependencies": {
"@nomiclabs/hardhat-solhint": "^2.0.0",
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0"
}
}