forked from MetisProtocol/metis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1022 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
35
36
{
"name": "metis",
"version": "1.0.0",
"description": "metis project",
"main": "index.js",
"dependencies": {
"@eth-optimism/solc": "0.5.16-alpha.7",
"@metis.io/solc": "^0.6.12-alpha.2",
"@openzeppelin/contracts": "^2.5.1",
"@openzeppelin/test-helpers": "^0.5.10",
"@umaprotocol/truffle-ledger-provider": "^1.0.5",
"bignumber": "^1.1.0",
"csv-parser": "^3.0.0",
"dotenv": "^8.2.0",
"regenerator-runtime": "^0.13.7",
"web3": "^1.2.11",
"web3-eth-contract": "^1.2.11"
},
"devDependencies": {
"truffle-hdwallet-provider": "^1.0.17"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"env": "npx ganache-cli --deterministic & > /dev/null"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bossyuansu/metis.git"
},
"author": "Yuan Su",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/bossyuansu/metis/issues"
},
"homepage": "https://github.com/bossyuansu/metis#readme"
}