-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "conflux-evm-bridge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "hardhat compile",
"test": "hardhat test",
"fmt:sol": "prettier --write contracts/**/*.sol contracts/**/**/*.sol",
"prettier": "prettier --single-quote --trailing-comma all --write \"src/**/*.js\" \"src/*.js\" \"test/*.js\"",
"postinstall": "patch-package"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/posaggen/miragex-contracts/issues"
},
"dependencies": {
"bignumber.js": "^9.0.1",
"commander": "^4.1.1",
"fs": "0.0.1-security",
"js-conflux-sdk": "1.5.11",
"jslint": "^0.12.1",
"prettier": "2.2.1",
"prettier-plugin-solidity": "1.0.0-beta.3"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-truffle5": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^1.16.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.6.1",
"hardhat": "^2.8.0",
"patch-package": "^6.4.7",
"solidity-coverage": "^0.7.17",
"web3": "^1.2.6"
}
}