refactor: 移除 ccw/package.json 文件并更新路径引用

This commit is contained in:
catlog22
2025-12-23 09:47:07 +08:00
parent 8203d690cb
commit fdac697f6e
4 changed files with 3 additions and 69 deletions

View File

@@ -5,7 +5,8 @@
"type": "module",
"main": "ccw/src/index.js",
"bin": {
"ccw": "./ccw/bin/ccw.js"
"ccw": "./ccw/bin/ccw.js",
"ccw-mcp": "./ccw/bin/ccw-mcp.js"
},
"scripts": {
"start": "node ccw/bin/ccw.js",
@@ -45,7 +46,6 @@
"ccw/bin/",
"ccw/dist/",
"ccw/src/",
"ccw/package.json",
".claude/agents/",
".claude/commands/",
".claude/output-styles/",