-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 828 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
{
"name": "upgradeable-proxies",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"deploy": "npx hardhat run scripts/deploy.js --network mumbai",
"upgrade": "npx hardhat run scripts/upgrade.js --network mumbai"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Akkii4/upgradeable-proxies.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Akkii4/upgradeable-proxies/issues"
},
"homepage": "https://github.com/Akkii4/upgradeable-proxies#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"hardhat": "^2.13.0"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.8.2",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"dotenv": "^16.0.3"
}
}