Skip to content

Commit 5325944

Browse files
committed
feat: add Semrush integration with authentication and domain overview commands.
1 parent 9a19cc8 commit 5325944

7 files changed

Lines changed: 836 additions & 7 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"dependencies": {
1111
"@oclif/core": "^4",
1212
"@oclif/plugin-help": "^6",
13-
"@oclif/plugin-plugins": "^5"
13+
"@oclif/plugin-plugins": "^5",
14+
"moa-cli-core": "file:../moa-cli-core",
15+
"@inquirer/prompts": "^8.2.0"
1416
},
1517
"devDependencies": {
1618
"@eslint/compat": "^1",
@@ -70,4 +72,4 @@
7072
"version": "oclif readme && git add README.md"
7173
},
7274
"types": "dist/index.d.ts"
73-
}
75+
}

0 commit comments

Comments
 (0)