-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"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"
}
}