-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
65 lines (65 loc) · 1.76 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "idle-contracts",
"version": "3.0.0",
"description": "Idle V3 contracts repo",
"main": "index.js",
"scripts": {
"test": "truffle test",
"verify": "yarn run verify",
"contract-size": "truffle run contract-size --contracts IdleTokenV3_1 --checkMaxSize"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bugduino/idle-contracts"
},
"keywords": [
"idle",
"idle.finance",
"yield",
"openzeppelin",
"truffle",
"react",
"dapp",
"infura",
"metamask",
"web3",
"ganache",
"web3js",
"ethereum"
],
"author": "Idle Labs Inc. <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bugduino/idle-contracts/issues"
},
"homepage": "https://idle.finance",
"dependencies": {
"@0x/sol-trace": "^3.0.8",
"@babel/polyfill": "^7.8.3",
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contracts": "^2.4.0",
"@openzeppelin/contracts-ethereum-package": "^2.5.0",
"@openzeppelin/test-helpers": "^0.5.3",
"@truffle/hdwallet-provider": "^1.0.25",
"@umaprotocol/truffle-ledger-provider": "^1.0.5",
"dotenv": "^6.2.0",
"scrypt": "github:barrysteyn/node-scrypt#fb60a8d3c158fe115a624b5ffa7480f3a24b03fb",
"solidity-coverage": "^0.7.16",
"truffle": "^5.3.1",
"truffle-contract-size": "^2.0.1",
"truffle-plugin-verify": "^0.5.7",
"truffle-security": "^1.5.5",
"web3-provider-engine": "^15.0.6"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.2.0",
"@nomiclabs/buidler-truffle5": "^1.2.0",
"@nomiclabs/buidler-web3": "^1.2.0",
"bignumber.js": "^9.0.0",
"chai": "^4.2.0",
"eth-gas-reporter": "^0.2.1",
"node-fetch": "^2.6.0",
"truffle-assertions": "^0.9.1",
"web3": "^1.2.6"
}
}