fix: fmt in package.json

This commit is contained in:
rymnc 2024-05-21 23:58:12 +05:30
parent af5f7d33c9
commit 7dc47c88e4
No known key found for this signature in database
GPG Key ID: AAA088D5C68ECD34

View File

@ -15,7 +15,15 @@
"@zk-kit/imt.sol": "https://gitpkg.now.sh/privacy-scaling-explorations/zk-kit/packages/imt.sol?0699fd1e5ad3683ae0090e0626f75d7834145500",
"poseidon-solidity": "^0.0.5"
},
"keywords": ["blockchain", "ethereum", "forge", "foundry", "smart-contracts", "solidity", "template"],
"keywords": [
"blockchain",
"ethereum",
"forge",
"foundry",
"smart-contracts",
"solidity",
"template"
],
"private": true,
"scripts": {
"clean": "rm -rf cache out",