-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
48 lines (48 loc) · 1.1 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
47
48
{
"name": "fuse-network",
"version": "0.1.0",
"description": "Fuse Network",
"main": "",
"scripts": {
"test": "npx hardhat test",
"compile": "npx hardhat compile",
"flatten": "commands/flatten.sh",
"app": "node app/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuseio/fuse-network.git"
},
"standard": {
"env": {
"mocha": true,
"truffle/globals": true
},
"plugins": [
"truffle"
]
},
"author": "Lior Rabin",
"license": "MIT",
"dependencies": {
"dotenv": "^8.0.0",
"ethers": "5.6.2",
"keythereum": "^2.0.0",
"openzeppelin-solidity": "2.1.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-verify": "^2.0.3",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-truffle5": "^2.0.7",
"@nomiclabs/hardhat-web3": "^2.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bn": "^0.1.1",
"eth-gas-reporter": "^0.2.1",
"hardhat": "^2.19.1",
"node-jq": "^1.9.0",
"solc": "0.4.24",
"solidity-coverage": "^0.8.5",
"web3": "^1.0.0-beta.36"
}
}