forked from EthereansOS/Covenants-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 944 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": "ethaffairs",
"version": "1.0.0",
"description": "ETH Affairs",
"main": "util/build-contracts.js",
"scripts": {
"postinstall": "cross-var solc-vm install $npm_package_config_solidityVersion",
"flat": "node util/flat-contracts.js",
"abi": "node util/abi-extractor.js",
"compile": "npm run flat && npm run abi",
"test": "mocha",
"server": "node util/server.js"
},
"config": {
"solidityVersion": "0.7.6"
},
"mocha": {
"timeout": false
},
"author": "",
"license": "ISC",
"dependencies": {
"cross-var": "^1.1.0",
"dotenv": "^8.2.0",
"ethers": "^5.0.26",
"ganache-core": "^2.13.2",
"glob": "^7.1.6",
"memdown": "^5.1.0",
"mocha": "^8.2.1",
"solc-vm": "git+https://github.com/vasapower/solc-vm.git",
"truffle-flattener-wrapper": "https://gitpkg.now.sh/EthereansOS/Multiverse-Interface/truffle-flattener-wrapper?master",
"web3": "^1.3.3"
}
}