-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: template dir for when run via npx/npm
- Loading branch information
Showing
5 changed files
with
494 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,3 +159,4 @@ ehthumbs.db | |
Thumbs.db | ||
|
||
todos.md | ||
codewhisper.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "codewhisper", | ||
"type": "module", | ||
"version": "1.0.0", | ||
"version": "0.1.0", | ||
"description": "A powerful tool for converting repository code to AI-friendly prompts", | ||
"author": "Gordon Mickel <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -51,7 +51,7 @@ | |
"prepare": "lefthook install" | ||
}, | ||
"dependencies": { | ||
"@inquirer/prompts": "^5.1.2", | ||
"@inquirer/prompts": "5.2.1", | ||
"chalk": "5.3.0", | ||
"commander": "12.1.0", | ||
"fast-glob": "3.3.2", | ||
|
@@ -70,17 +70,17 @@ | |
"@biomejs/biome": "1.8.3", | ||
"@types/fs-extra": "11.0.4", | ||
"@types/inquirer": "^9.0.7", | ||
"@types/node": "20.14.10", | ||
"@types/node": "20.14.11", | ||
"@types/strip-comments": "2.0.4", | ||
"@vitest/coverage-v8": "2.0.2", | ||
"@vitest/ui": "2.0.2", | ||
"@vitest/coverage-v8": "2.0.3", | ||
"@vitest/ui": "2.0.3", | ||
"bumpp": "9.4.1", | ||
"esno": "4.7.0", | ||
"lefthook": "1.7.2", | ||
"tsup": "8.1.0", | ||
"lefthook": "1.7.4", | ||
"tsup": "8.2.0", | ||
"typescript": "5.5.3", | ||
"vite": "5.3.3", | ||
"vitest": "2.0.2" | ||
"vite": "5.3.4", | ||
"vitest": "2.0.3" | ||
}, | ||
"packageManager": "[email protected]", | ||
"workspaces": ["apps/*", "packages/*"], | ||
|
Oops, something went wrong.