-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.67 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
50
51
52
53
54
55
56
57
58
59
{
"name": "@bitriel/selendra-presale",
"version": "1.1.0",
"license": "GPL-3.0",
"description": "Pre-Sale Smart Contracts on Bitriel Protocol",
"homepage": "https://dapp.bitriel.com/sel-pre-sale",
"keywords": [
"bitriel",
"pre-sale",
"pre-IDO",
"private-sale",
"smart-contracts"
],
"files": [
"artifacts/contracts/**/*.json",
"!artifacts/contracts/**/*.dbg.json",
"!artifacts/contracts/test/**/*",
"contracts",
"!contracts/test",
"types"
],
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"clean": "hardhat clean",
"coverage": "RUN_COVERAGE=1 hardhat coverage",
"docs": "hardhat docgen"
},
"devDependencies": {
"@chainlink/contracts": "^0.3.1",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.4.2",
"@openzeppelin/contracts-upgradeable": "^4.4.2",
"@openzeppelin/hardhat-upgrades": "^1.13.0",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.3.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.10",
"chai": "^4.3.4",
"directory-tree": "^3.0.0",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.6",
"hardhat": "^2.6.2",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-deploy": "^0.9.1",
"hardhat-docgen": "^1.1.2",
"hardhat-gas-reporter": "^1.0.4",
"solhint": "^3.3.6",
"solidity-coverage": "^0.7.17",
"ts-node": "^10.2.1",
"typechain": "^5.1.2",
"typechain-target-ethers-v5": "^5.0.1",
"typescript": "^4.4.2"
}
}