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:
Brian Madison
2025-06-13 08:50:34 -05:00
parent cb1836bd6d
commit 0a838e9d57
2 changed files with 1609 additions and 1 deletions

1604
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,11 @@
"dependencies": {
"commander": "^9.4.1",
"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": [
"agile",