* chore: bump alby packages * fix: update alby sdk version * chore: update yarn.lock --------- Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Tushar Bhatt <95581504+TusharBhatt1@users.noreply.github.com> Co-authored-by: amrit <iamamrit27@gmail.com>
20 lines
537 B
JSON
20 lines
537 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"name": "@calcom/alby",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@calcom/lib": "*",
|
|
"@getalby/lightning-tools": "^5.1.2",
|
|
"@getalby/sdk": "^4.0.0",
|
|
"@webbtc/webln-types": "^3.0.0",
|
|
"react-qr-code": "^2.0.12",
|
|
"svix": "^0.85.1"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/types": "*"
|
|
},
|
|
"description": "Your Bitcoin & Nostr companion for the web. Use Alby to charge Satoshi for your Cal.com meetings.\r"
|
|
}
|