-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.84 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.84 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "fuse-network",
"version": "0.1.0",
"description": "Ecrox Network",
"main": "",
"scripts": {
"test": "scripts/test.sh",
"compile": "node_modules/.bin/truffle compile",
"flatten": "scripts/flatten.sh",
"abi": "scripts/abi.sh",
"deploy:fuse": "node_modules/.bin/truffle migrate --reset --network fuse",
"deploy:local": "node_modules/.bin/truffle migrate --reset --network local",
"app": "node app/index.js",
"hardhat-compile": "npx hardhat compile",
"hardhat-deploy": "npx hardhat run --network homeMainnet scripts/deploy.ts"
},
"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": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.1",
"@nomiclabs/hardhat-truffle5": "^2.0.7",
"@nomiclabs/hardhat-web3": "^2.0.0",
"dotenv": "^8.0.0",
"ethereumjs-wallet": "^0.6.3",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-change-network": "^0.0.7",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-ethers": "^1.0.1",
"openzeppelin-solidity": "2.1.0",
"solidity-coverage": "^0.8.2",
"sqlite3": "^5.1.4",
"truffle-hdwallet-provider": "^1.0.12",
"truffle-source-verify": "^0.0.6",
"ts-node": "^10.9.1"
},
"devDependencies": {
"binary-install": "^1.0.6",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bn": "^0.1.1",
"eth-gas-reporter": "^0.2.1",
"ganache-cli": "^6.4.3",
"hardhat": "^2.12.6",
"node-jq": "^1.12.0",
"solc": "^0.8.17",
"truffle": "^5.7.3",
"truffle-flattener": "^1.3.0",
"truffle-plugin-verify": "^0.5.28",
"typescript": "^4.8.4"
}
}