-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 820 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 820 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
{
"name": "account-buy-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node --watch index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bun": "latest",
"nodemon": "^3.1.7"
},
"dependencies": {
"@mtproto/core": "^6.3.0",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.4",
"axios": "^1.11.0",
"bip39": "^3.1.0",
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"ethers": "^5.7.0",
"express": "^4.21.1",
"fomautils": "^1.0.2",
"input": "^1.0.1",
"mongoose": "^8.17.1",
"multichain-crypto-wallet": "^0.2.10",
"queue-promise": "^2.2.1",
"telegraf": "^4.16.3",
"telegram": "^2.26.22"
}
}