{ "name": "thundertip", "version": "1.0.0", "description": "ThunderTip is an telegram bot that allows user to send quick and easy transactions via Bitcoin Lightning with Nostr Wallet Connect.", "main": "index.js", "repository": "https://github.com/d4rp4t/ThunderTip.git", "author": "d4rp4t", "license": "MIT", "scripts": { "build": "tsc", "start": "node ./dist/index.js", "start:dev": "ts-node ./src/index.ts" }, "dependencies": { "@getalby/sdk": "^3.7.1", "@grammyjs/conversations": "^1.2.0", "@supabase/supabase-js": "^2.43.4", "@types/express": "^4.17.21", "@webbtc/webln-types": "^3.0.0", "dotenv": "^16.4.5", "express": "5.0.0", "grammy": "^1.23.0", "typescript": "^5.5.3" } }