Initial Commit
This commit is contained in:
commit
2d858727b0
10 changed files with 1128 additions and 0 deletions
16
package.json
Normal file
16
package.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "portalbtc-lib",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"description": "Portal BTC Wallet",
|
||||
"dependencies": {
|
||||
"@breeztech/breez-sdk-liquid": "^0.9.2-rc2",
|
||||
"@cashu/cashu-ts": "^2.5.2",
|
||||
"nostr-tools": "^2.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue