File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " jup -dca-bot" ,
2
+ "name" : " jupv3 -dca-bot" ,
3
3
"version" : " 0.2.0" ,
4
4
"description" : " Dollar cost averaging bot on Solana" ,
5
5
"source" : " src/index.ts" ,
6
6
"main" : " src/index.ts" ,
7
7
"module" : " dist/module.js" ,
8
8
"types" : " dist/types.d.ts" ,
9
9
"scripts" : {
10
- "start" : " ts-node ./src/index.ts"
10
+ "start" : " ts-node ./src/index.ts" ,
11
+ "trade" : " ts-node ./src/index.ts"
11
12
},
12
13
"keywords" : [],
13
14
"author" : " " ,
20
21
"@types/isomorphic-fetch" : " ^0.0.35" ,
21
22
"bs58" : " ^4.0.1" ,
22
23
"cronstrue" : " ^1.125.0" ,
23
- "dotenv" : " ^10.0.0" ,
24
24
"isomorphic-fetch" : " ^3.0.0" ,
25
+ "jsbi" : " ^4.3.0" ,
25
26
"node-cron" : " ^3.0.0" ,
26
- "node-fetch" : " ^3.1.0"
27
+ "node-fetch" : " ^2.6.6"
28
+ "circular-json" : " ^0.5.9"
27
29
},
28
30
"devDependencies" : {
29
31
"@types/node-cron" : " ^3.0.1" ,
You can’t perform that action at this time.
0 commit comments