-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 789 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 789 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
{
"name": "sol-win-bot-from-edge",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node ./src/index.ts",
"dev": "ts-node ./src/index.ts"
},
"keywords": [],
"author": "",
"license": "MIT",
"description": "",
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/node": "^22.10.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"dependencies": {
"@metaplex-foundation/js": "^0.20.1",
"@raydium-io/raydium-sdk-v2": "^0.1.115-alpha",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.98.0",
"bignumber.js": "^9.1.2",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"cron": "^4.1.0",
"dotenv": "^16.4.7",
"telegraf": "^4.16.3"
}
}