-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "@ipilabs/shorter-finance",
"version": "1.7.2",
"publishConfig": {
"access": "public"
},
"directories": {
"doc": "docs",
"test": "test"
},
"author": "IPI Labs",
"license": "GPL-2.0-or-later",
"description": "Key smart contracts of Shorter V1",
"repository": {
"type": "git",
"url": "https://github.com/IPILabs/shorter-v1"
},
"homepage": "https://app.shorter.finance",
"scripts": {
"build": "hardhat compile",
"test": "hardhat test",
"deploy:eth": "hardhat compile && hardhat deploy --network mainnet",
"deploy:bsc": "hardhat compile && hardhat deploy --network bsc"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^3.1.0",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.3.1",
"hardhat": "^2.9.6",
"hardhat-contract-sizer": "^2.1.1",
"hardhat-deploy": "^0.8.9",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"hardhat-gas-reporter": "^1.0.4",
"mocha": "^8.0.1",
"mochawesome": "4.1.0",
"prettier": "^2.3.0",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"solidity-coverage": "0.7.2"
},
"dependencies": {}
}