add project

This commit is contained in:
ZOMBIIIIIII
2026-04-08 14:11:27 +03:00
parent bfa95223a0
commit a81e29807c
115 changed files with 18413 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
}
}
}