Skip to content

Commit 5f6d7c6

Browse files
committed
Add keywords in package json
1 parent ba3eb2c commit 5f6d7c6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magic-command",
33
"version": "1.0.0",
4-
"description": "Execute commands using AI without leaving your terminal",
4+
"description": "Generate commands using AI without leaving your terminal",
55
"main": "index.js",
66
"bin": {
77
"magiccommand": "index.js",
@@ -10,7 +10,10 @@
1010
},
1111
"keywords": [
1212
"ai",
13-
"openai"
13+
"cli",
14+
"tui",
15+
"openrouter",
16+
"openrouter-api"
1417
],
1518
"author": "JohanStickman",
1619
"license": "MIT",

0 commit comments

Comments
 (0)