-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 932 Bytes
/
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
{
"name": "smart-vault",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the-standard/smart-vault.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/the-standard/smart-vault/issues"
},
"homepage": "https://github.com/the-standard/smart-vault#readme",
"devDependencies": {
"@chainlink/contracts": "^0.6.1",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.2",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@uniswap/v3-periphery": "^1.4.4",
"dotenv": "^16.0.3",
"hardhat": "^2.12.4",
"hardhat-contract-sizer": "^2.6.1",
"solidity-coverage": "^0.8.2"
}
}