-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1 KB
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
{
"name": "solana_telegram_bot",
"version": "0.1.0",
"description": "A telegram bot for trading solana token",
"main": "app.js",
"scripts": {
"start": "node app.js",
"nodemon": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitrexdev/solana_telegram_bot.git"
},
"author": "gitrexdev <rexdev328@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/gitrexdev/solana_telegram_bot/issues"
},
"homepage": "https://github.com/gitrexdev/solana_telegram_bot#readme",
"dependencies": {
"@coral-xyz/anchor": "^0.30.0",
"@project-serum/anchor": "^0.26.0",
"@raydium-io/raydium-sdk": "^1.3.1-beta.51",
"@solana/spl-token": "^0.4.3",
"@solana/web3.js": "^1.91.4",
"bignumber.js": "^7.2.1",
"copy-paste": "^1.5.3",
"dotenv": "^6.0.0",
"lodash": "^4.17.19",
"moment": "^2.22.2",
"mongoose": "^5.1.0",
"node-binance-api": "^0.8.3",
"node-telegram-bot-api": "^0.65.1",
"uuid": "^3.3.2"
}
}