-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "prize-linked-account",
"version": "1.0.0",
"description": "Prize Linked Account for sUSDC-G holders.",
"repository": {
"type": "git",
"url": "git+https://github.com/gluwa/prize-linked-account.git"
},
"keywords": [
"Gluwa",
"Prize",
"Linked",
"Account",
"Sidechain",
"sUSDC-G",
"Ethereum",
"ERC-20",
"Smart",
"Contract"
],
"author": "Gluwa, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/gluwa/prize-linked-account/issues"
},
"homepage": "https://github.com/gluwa/prize-linked-account#readme",
"scripts": {
"test": "npx hardhat test"
},
"dependencies": {
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@openzeppelin/contracts-upgradeable": "^4.8.1",
"hardhat-waffle": "^0.0.1-security",
"mocha": "^7.2.0"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.8",
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"chai": "^4.3.4",
"chai-bignumber": "^3.0.0",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.5.2",
"hardhat": "^2.6.8",
"hardhat-gas-reporter": "^1.0.7",
"solidity-coverage": "^0.7.16"
}
}