staking/package.json

21 lines
424 B
JSON
Raw Normal View History

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