-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.3 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
{
"name": "solidity-batch-utils",
"version": "1.0.0",
"description": "Ethereum smart contracts for batch operations",
"scripts": {
"dev:environment": "npm i && tail -f /dev/null",
"buidler": "buidler",
"buidler help": "buidler help",
"compile": "buidler compile && npm run types-gen",
"types-gen": "buidler typechain",
"test": "buidler test",
"dev:deploy": "buidler full-deployment",
"kovan:deploy": "buidler --network kovan full-deployment",
"ropsten:deploy": "buidler --network ropsten full-deployment"
},
"devDependencies": {
"@nomiclabs/buidler": "1.2.0",
"@nomiclabs/buidler-ethers": "1.2.0",
"@nomiclabs/buidler-waffle": "1.2.0",
"@types/mocha": "5.2.7",
"@types/chai": "4.1.3",
"@types/lowdb": "^1.0.9",
"@types/node": "^12.12.14",
"@openzeppelin/contracts": "3.0.0-beta.0",
"ethereum-waffle": "2.4.0",
"buidler-typechain": "0.0.5",
"chai": "4.2.0",
"lowdb": "1.0.0",
"ts-generator": "0.0.8",
"ts-node": "^8.5.4",
"typechain": "1.0.5",
"typechain-target-ethers": "1.0.4",
"typechain-target-truffle": "1.0.2",
"typechain-target-web3-v1": "1.0.4",
"typescript": "3.8.3",
"bignumber.js": "9.0.0",
"ethers": "4.0.46"
},
"author": "eboado <[email protected]>",
"license": "MIT"
}