forked from UMAprotocol/protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.14 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
{
"name": "protocol",
"version": "0.1.0",
"description": "UMA Protocol Smart Contracts",
"scripts": {
"prettier": "npm run prettier_vanilla -- --write",
"prettier_check": "npm run prettier_vanilla -- --check",
"prettier_vanilla": "prettier '**/test/**/*.js' '**/migrations/*.js' '**/scripts/*.js' 'common/**/*.js' '*.js' 'sponsor-dapp/src/**/*.js'"
},
"author": "UMA Team",
"license": "MIT",
"devDependencies": {
"prettier": "^1.16.4",
"solhint": "^1.5.0",
"solidity-coverage": "^0.6.0-beta.5",
"truffle-deploy-registry": "^0.5.1"
},
"dependencies": {
"@google-cloud/kms": "^0.3.0",
"@google-cloud/storage": "^2.4.2",
"bignumber.js": "^8.0.1",
"dotenv": "^6.2.0",
"eslint": "5.12.0",
"ganache-cli": "^6.4.3",
"minimist": "^1.2.0",
"node-fetch": "^2.3.0",
"openzeppelin-solidity": "2.3.0-rc.1",
"truffle": "5.0.14",
"truffle-assertions": "0.8.2",
"truffle-contract": "4.0.13",
"truffle-hdwallet-provider": "1.0.8",
"web3": "1.0.0-beta.37",
"web3-core-promievent": "1.0.0-beta.37",
"web3-eth-abi": "1.0.0-beta.37",
"web3-utils": "1.0.0-beta.37"
}
}