staking/package.json

21 lines
424 B
JSON
Raw Normal View History

2023-05-16 22:04:13 +00:00
{
"name": "staking",
"version": "1.0.0",
2023-06-26 20:27:19 +00:00
"description": "",
"main": "hardhat.config.js",
"directories": {
"test": "test"
2023-05-16 22:04:13 +00:00
},
"scripts": {
2023-06-26 20:27:19 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
2023-05-16 22:04:13 +00:00
},
"author": "",
"license": "ISC",
2023-06-26 20:27:19 +00:00
"devDependencies": {
2023-06-28 20:49:33 +00:00
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
2023-06-29 00:54:05 +00:00
"@openzeppelin/contracts": "^4.9.2",
"dotenv": "^16.3.1",
"hardhat": "^2.16.1"
2023-06-26 20:27:19 +00:00
}
2023-05-16 22:04:13 +00:00
}