fix: Add installer dependencies to root package.json
- Adds chalk, fs-extra, inquirer, ora for installer functionality - Fixes MODULE_NOT_FOUND errors when running via npx 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
1604
package-lock.json
generated
Normal file
1604
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,11 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^9.4.1",
|
"commander": "^9.4.1",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"@kayvan/markdown-tree-parser": "^1.4.2"
|
"@kayvan/markdown-tree-parser": "^1.4.2",
|
||||||
|
"chalk": "^4.1.2",
|
||||||
|
"fs-extra": "^11.1.0",
|
||||||
|
"inquirer": "^8.2.5",
|
||||||
|
"ora": "^5.4.1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"agile",
|
"agile",
|
||||||
|
|||||||
Reference in New Issue
Block a user