-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.27 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "alchemix-protocol",
"version": "1.2.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alchemix-finance/alchemix-protocol.git"
},
"author": "Alchemix Team",
"license": "GPL-3.0",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^3.2.0",
"@typechain/ethers-v5": "^1.0.0",
"@typechain/truffle-v5": "^2.0.2",
"@types/chai": "^4.2.12",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^8.0.2",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"chai": "^4.2.0",
"chai-subset": "^1.6.0",
"eslint": "^7.11.0",
"eslint-plugin-prettier": "^3.1.4",
"ethers": "^5.0.0",
"hardhat": "^2.0.3",
"hardhat-abi-exporter": "^2.8.0",
"hardhat-contract-sizer": "^2.0.2",
"hardhat-deploy": "^0.7.0-beta.30",
"hardhat-gas-reporter": "^1.0.1",
"hardhat-typechain": "^0.3.3",
"moment": "^2.29.1",
"prettier": "^2.1.2",
"prettier-plugin-solidity": "^1.0.0-alpha.59",
"solhint": "^3.2.2",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.20",
"ts-node": "^8.10.2",
"typechain": "^2.0.0",
"typechain-target-ethers": "^1.0.4",
"typescript": "^3.9.7",
"web3": "^1.3.3"
},
"scripts": {
"clean": "npx hardhat clean",
"compile": "npx hardhat compile",
"coverage": "npx hardhat coverage",
"test": "npx hardhat test",
"flatten": "bash scripts/flatten.sh",
"deploy": "npx hardhat run scripts/deploy.ts",
"verify": "npx hardhat run scripts/verify.ts"
},
"dependencies": {
"@studydefi/money-legos": "^2.4.1",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.2.0",
"mocha": "^8.2.1"
},
"description": "This project demonstrates an advanced Hardhat use case, integrating other tools commonly used alongside Hardhat in the ecosystem.",
"bugs": {
"url": "https://github.com/alchemix-finance/alchemix-protocol/issues"
},
"homepage": "https://github.com/alchemix-finance/alchemix-protocol#readme",
"directories": {
"test": "test"
},
"keywords": []
}