forked from pie-dao/pie-oven
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 872 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
30
31
32
{
"name": "oven",
"version": "1.0.0",
"description": "Pool ETH and create pies",
"main": "index.js",
"scripts": {
"test": "npx buidler test",
"compile": "npx buidler compile",
"clean": "rm -rf ./artifacts && rm -rf ./cache",
"remix": "remixd -s . --remix-ide https://remix.ethereum.org"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@nomiclabs/buidler": "^1.4.7",
"@nomiclabs/buidler-ethers": "^2.0.2",
"@nomiclabs/buidler-etherscan": "^2.1.0",
"@nomiclabs/buidler-waffle": "^2.1.0",
"@types/chai": "^4.2.13",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.8",
"chai": "^4.2.0",
"ethereum-waffle": "^3.1.1",
"ethers": "^5.0.17",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"dependencies": {
"@openzeppelin/contracts": "^3.2.1-solc-0.7",
"dotenv": "^8.2.0"
}
}