Fteepromax/package.json
2025-02-21 00:31:21 +08:00

18 lines
362 B
JSON

{
"name": "simple-storage",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-waffle": "^2.0.6",
"chai": "^4.5.0",
"ethereum-waffle": "^3.4.4",
"hardhat": "^2.22.18"
}
}