mirror of
https://github.com/andrei0x309/clear-wallet.git
synced 2024-11-11 11:31:15 +00:00
15 lines
315 B
JSON
15 lines
315 B
JSON
|
{
|
||
|
"name": "ci",
|
||
|
"module": "index.ts",
|
||
|
"type": "module",
|
||
|
"devDependencies": {
|
||
|
"@types/bun": "latest"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"typescript": "^5.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"yup-api-interact": "^0.1.4",
|
||
|
"farcaster-hub-utils": "https://github.com/andrei0x309/farcaster-hub-utils#main"
|
||
|
}
|
||
|
}
|