mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
feat: initialize monorepo with package.json for CCW workflow platform
This commit is contained in:
11
ccw/.npmrc
Normal file
11
ccw/.npmrc
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user