-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.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
37
38
39
40
41
42
43
44
{
"name": "solanawizardbot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js",
"dev": "nodemon bot.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@metaplex-foundation/js": "^0.20.1",
"@raydium-io/raydium-sdk": "^1.3.1-beta.50",
"@solana/web3.js": "^1.90.0",
"axios": "^1.6.7",
"bigint-buffer": "^1.1.5",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"dotenv": "^16.4.5",
"eventemitter3": "^5.0.1",
"firebase-admin": "^12.0.0",
"grammy": "^1.21.1",
"moment": "^2.30.1",
"node-fetch": "^2.7.0",
"node-telegram-bot-api": "^0.63.0",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pino-std-serializers": "^6.2.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/node": "^16.0.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^3.1.0",
"prettier": "^2.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
}