Skip to content

Commit 57433b1

Browse files
Update package.json
Update v3 packages needed and some legacy settings due to included packages that need circular-json and an older version of node-fetch (for now).
1 parent 37f6bb8 commit 57433b1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"name": "jup-dca-bot",
2+
"name": "jupv3-dca-bot",
33
"version": "0.2.0",
44
"description": "Dollar cost averaging bot on Solana",
55
"source": "src/index.ts",
66
"main": "src/index.ts",
77
"module": "dist/module.js",
88
"types": "dist/types.d.ts",
99
"scripts": {
10-
"start": "ts-node ./src/index.ts"
10+
"start": "ts-node ./src/index.ts",
11+
"trade": "ts-node ./src/index.ts"
1112
},
1213
"keywords": [],
1314
"author": "",
@@ -20,10 +21,11 @@
2021
"@types/isomorphic-fetch": "^0.0.35",
2122
"bs58": "^4.0.1",
2223
"cronstrue": "^1.125.0",
23-
"dotenv": "^10.0.0",
2424
"isomorphic-fetch": "^3.0.0",
25+
"jsbi": "^4.3.0",
2526
"node-cron": "^3.0.0",
26-
"node-fetch": "^3.1.0"
27+
"node-fetch": "^2.6.6"
28+
"circular-json": "^0.5.9"
2729
},
2830
"devDependencies": {
2931
"@types/node-cron": "^3.0.1",

0 commit comments

Comments
 (0)