mirror of
https://github.com/andrei0x309/clear-wallet.git
synced 2025-02-02 14:50:44 +00:00
16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"name": "ci",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.18"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"dependencies": {
|
|
"farcaster-hub-utils": "0.1.10",
|
|
"yup-api-interact": "0.1.7"
|
|
},
|
|
"license": "MIT"
|
|
} |