Skip to content

Commit

Permalink
docs(package.json): add description and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Aug 14, 2024
1 parent 5632ac2 commit badde05
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
{
"name": "opentrader",
"version": "1.0.0-beta.2",
"description": "",
"description": "OpenTrader is a powerful open-source crypto trading bot designated to automate your trading strategies on various cryptocurrency exchanges.",
"keywords": [
"bot",
"crypto",
"trading",
"algotrading",
"technical-indicators",
"custom-strategy",
"dca-bot",
"grid-bot",
"rsi-strategy"
],
"type": "module",
"main": "dist/main.mjs",
"types": "src/index.ts",
Expand Down

0 comments on commit badde05

Please sign in to comment.