-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 825 Bytes
/
package.json
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
{
"name": "Game-Bot",
"version": "1.0.0",
"description": "Please enjoy the bot!",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node ./dist/bot.js",
"test": "node ./dist/twitter.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@solana/web3.js": "^1.95.3",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^22.5.5",
"@types/node-telegram-bot-api": "^0.64.7",
"axios": "^1.7.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"node-fetch": "^3.3.2",
"node-telegram-bot-api": "^0.66.0",
"socks5-https-client": "^1.2.1",
"telegraf": "^4.16.3",
"telegram-bot-api": "^2.0.1",
"ts-node": "^10.9.2",
"twitter-api-v2": "^1.17.2",
"typescript": "^5.6.2"
}
}