feat: initialize monorepo with package.json for CCW workflow platform

This commit is contained in:
catlog22
2026-02-03 14:42:20 +08:00
parent 5483a72e9f
commit 39b80b3386
267 changed files with 99597 additions and 2658 deletions

11
ccw/.npmrc Normal file
View 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