mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
# npm workspace configuration
|
|
# See: https://docs.npmjs.com/cli/v9/using-npm/workspaces
|
|
|
|
# Workspace configuration is in package.json (workspaces field)
|
|
# These are general npm settings
|
|
|
|
# Save exact versions (optional, for consistency)
|
|
save-exact=false
|
|
|
|
# Use package-lock.json
|
|
package-lock=true
|