-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.47 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
{
"name": "@pie-dao/flash-loans",
"version": "0.0.1",
"description": "Generalised approach and secure approach to Flash Loans",
"main": "index.js",
"scripts": {
"build": "npm run compile && npx buidler typechain",
"compile": "npx buidler compile",
"test": "npx buidler test",
"coverage": "npm run build && npx buidler coverage --temp artifacts --network coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pie-dao/proxied-balancer-factory.git"
},
"author": "Pie DAO",
"license": "MIT",
"bugs": {
"url": "https://github.com/pie-dao/proxied-balancer-factory/issues"
},
"homepage": "https://github.com/pie-dao/proxied-balancer-factory/readme",
"devDependencies": {
"@nomiclabs/buidler": "^1.1.2",
"@nomiclabs/buidler-ethers": "^1.1.2",
"@nomiclabs/buidler-etherscan": "^1.1.2",
"@nomiclabs/buidler-waffle": "^1.1.2",
"@types/chai": "^4.2.8",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.0",
"buidler-typechain": "0.0.5",
"chai": "^4.2.0",
"ethereum-waffle": "^2.3.2",
"ethers": "^4.0.44",
"solidity-coverage": "^0.7.1",
"ts-generator": "0.0.8",
"ts-node": "^8.6.2",
"typechain": "^1.0.4",
"typechain-target-ethers": "^1.0.3",
"typechain-target-truffle": "^1.0.2",
"typechain-target-web3-v1": "^1.0.4",
"typescript": "^3.7.5"
},
"directories": {
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^3.0.0-beta.0"
}
}