-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 1.04 KB
/
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
34
35
36
37
38
39
{
"name": "moonbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production tsx src/index.ts & tsx src/discord.ts",
"dev": "tsx src/index.ts & tsx src/discord.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@coral-xyz/anchor": "0.29",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
"@raydium-io/raydium-sdk": "^1.3.1-beta.58",
"@solana/web3.js": "^1.95.3",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"chalk": "^5.3.0",
"discord.js": "^14.16.2",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"grammy": "^1.30.0",
"jito-js-rpc": "^0.1.0",
"postgres": "^3.4.4",
"socket.io": "^4.8.1",
"tsx": "^4.19.1",
"vercel": "^37.6.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/express": "^4.17.21",
"typescript": "^5.6.2"
}
}