-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 844 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 844 Bytes
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
{
"name": "ifa",
"version": "1.0.0",
"description": "ifarm finance repo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^2.5.0",
"@openzeppelin/test-helpers": "^0.5.6",
"@studydefi/money-legos": "^2.3.7",
"dotenv": "^8.2.0",
"dotenv-flow": "^3.2.0",
"ethers": "^5.0.8",
"ganache-cli": "^6.10.1",
"ganache-core": "^2.11.2",
"prettier": "^2.0.5",
"solidity-coverage": "0.7.0",
"truffle": "5.1.41",
"truffle-flattener": "^1.4.4",
"truffle-hdwallet-provider": "^1.0.17"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^1.0.40",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^7.0.4",
"truffle-plugin-verify": "^0.5.7"
}
}