-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 879 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 879 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "mezosbot",
"version": "1.0.0",
"description": "Discord bot for depositing sats from EVM, tipping, distributing, and dropping",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts"
},
"keywords": [
"discord",
"bot",
"mezo",
"bitcoin",
"sats",
"evm"
],
"author": "",
"license": "MIT",
"dependencies": {
"@dank074/discord-video-stream": "^5.0.2",
"@supabase/supabase-js": "^2.95.3",
"discord.js": "^14.16.3",
"discord.js-selfbot-v13": "^3.7.1",
"dotenv": "^16.4.5",
"ethers": "^6.13.4",
"qrcode": "^1.5.4",
"serverboy": "^0.0.7"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/qrcode": "^1.5.6",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.0.0"
}
}