block/package.json
2025-03-24 16:57:37 +08:00

18 lines
361 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": "^4.0.10",
"hardhat": "^2.9.3"
}
}