-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 767 Bytes
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
{
"name": "metaline-public-smartcontract",
"version": "1.0.0",
"main": "index.js",
"author": "",
"license": "MIT",
"devDependencies": {
"hardhat-contract-sizer": "^2.6.1"
},
"dependencies": {
"@chainlink/contracts": "^0.6.1",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "4.6.0",
"@openzeppelin/contracts-upgradeable": "4.6.0",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"ethers": "^5.5.0",
"hardhat": "^2.9.9",
"hardhat-abi-exporter": "^2.9.0",
"hardhat-deploy": "^0.11.10",
"hardhat-ethers": "^1.0.1",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}