{ "name": "status-im/communities-contracts", "description": "Smart contract related to Status communities.", "version": "1.0.0", "author": { "name": "0x-r4bbit", "url": "https://github.com/vacp2p" }, "devDependencies": { "prettier": "^3.0.0", "solhint-community": "^3.6.0" }, "keywords": [ "blockchain", "ethereum", "forge", "foundry", "smart-contracts", "solidity", "template" ], "private": true, "scripts": { "clean": "rm -rf cache out", "lint": "pnpm lint:sol && pnpm prettier:check", "verify": "pnpm verify:collectible_v1 && pnpm verify:community_token_deployer", "lint:sol": "forge fmt --check && pnpm solhint {script,src,test}/**/*.sol", "prettier:check": "prettier --check **/*.{json,md,yml} --ignore-path=.prettierignore", "prettier:write": "prettier --write **/*.{json,md,yml} --ignore-path=.prettierignore", "verify:collectible_v1": "./certora/scripts/verify-collectible-v1.sh", "verify:community_token_deployer": "./certora/scripts/verify-community-token-deployer.sh" } }