-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.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": "techpay-defi-mint",
"version": "1.0.0",
"description": "TechPay DeFi implementation of Mint module.",
"main": "truffle-config.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/TechPay-io/TechPay-Mint.git"
},
"keywords": [
"TechPay",
"DeFi",
"Mint",
"Solidity"
],
"author": "TechPay",
"license": "MIT",
"bugs": {
"url": "https://github.com/TechPay-io/TechPay-Mint/issues"
},
"homepage": "https://github.com/TechPay-io/TechPay-Mint#readme",
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.7",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-truffle5": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.2.0",
"@openzeppelin/contracts-ethereum-package": "^2.5.0",
"@openzeppelin/contracts-upgradeable": "^4.2.0",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"@openzeppelin/test-helpers": "^0.5.15",
"@openzeppelin/upgrades": "^2.8.0",
"@truffle/hdwallet-provider": "^1.4.2",
"dotenv": "^10.0.0",
"fs": "0.0.1-security",
"hardhat": "^2.6.8",
"hardhat-contract-sizer": "^2.1.1",
"hardhat-gas-reporter": "^1.0.4",
"solidity-coverage": "^0.7.17",
"truffle-contract-size": "^2.0.1",
"truffle-plugin-verify": "^0.5.11"
},
"devDependencies": {
"@openzeppelin/truffle-upgrades": "^1.8.0"
}
}