{ "name": "crrrryptowallet", "version": "0.1.0", "private": true, "packageManager": "pnpm@10.28.2", "scripts": { "dev": "turbo dev", "build": "turbo build", "lint": "turbo lint", "typecheck": "turbo typecheck" }, "devDependencies": { "turbo": "^2.4.0" }, "pnpm": { "onlyBuiltDependencies": ["bcrypt"], "overrides": { "ethers": "5.7.2" } } }