-
Notifications
You must be signed in to change notification settings - Fork 104
/
package.json
29 lines (29 loc) · 995 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
{
"name": "flashloanusecases",
"version": "1.0.0",
"description": "Possible use cases to use with flash loans",
"main": "networks.js",
"devDependencies": {
"ganache-cli": "^6.9.1",
"prettier": "^2.0.5",
"prettier-plugin-solidity": "^1.0.0-alpha.52",
"solhint": "^3.0.0",
"solhint-plugin-prettier": "0.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ganache": "ganache-cli -f https://mainnet.infura.io/v3/94ffbd85264d40db8fe9ff0fec8775a7",
"prettier:solidity": "./node_modules/.bin/prettier --write contracts/**/*.sol",
"solhint": "./node_modules/.bin/solhint -f table contracts/**/*.sol"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Robsonsjre/FlashloanUsecases.git"
},
"author": "robsonsje, ggviana",
"license": "MIT",
"bugs": {
"url": "https://github.com/Robsonsjre/FlashloanUsecases/issues"
},
"homepage": "https://github.com/Robsonsjre/FlashloanUsecases#readme"
}