22 lines
407 B
JSON
22 lines
407 B
JSON
{
|
|
"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": ["tiny-secp256k1"],
|
|
"overrides": {
|
|
"ethers": "5.7.2"
|
|
}
|
|
}
|
|
}
|