-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
40
41
{
"name": "sol-sniper-view",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./index.js"
},
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/umi": "^0.9.1",
"@project-serum/borsh": "^0.2.5",
"@raydium-io/raydium-sdk": "^1.3.1-beta.52",
"@solana/spl-token": "^0.4.0",
"@solana/web3.js": "^1.89.1",
"async-mutex": "^0.5.0",
"axios": "^1.6.8",
"bigint-buffer": "^1.1.5",
"bip39": "^3.1.0",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"commander": "^12.1.0",
"discord.js": "^14.6.0",
"dotenv": "^16.4.5",
"ed25519-hd-key": "^1.3.0",
"i": "^0.3.7",
"npm": "^10.5.2",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pino-std-serializers": "^6.2.2",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"eslint": "^8.28.0",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0"
}
}