**chore(cli): add package-lock.json for Brainy CLI dependencies**
- Introduced `package-lock.json` for the `@soulcraft/brainy-cli` package to manage dependencies explicitly. - Ensures reproducible installs and aligns the CLI with the latest project dependencies. - Supports dependency resolution, locking versions, and maintaining consistency across development and CI/CD environments.
This commit is contained in:
parent
6e23644d11
commit
40850ff54a
5 changed files with 3446 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -51,3 +51,4 @@ Thumbs.db
|
|||
/encoded-image.html
|
||||
/encoded-image.txt
|
||||
/cli-package/dist/
|
||||
/cli-package/node_modules/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue