mirror of
https://github.com/sweetwisdom/everything-claude-code-zh.git
synced 2026-03-22 06:20:10 +00:00
fix: restore missing files (package.json etc) and fix sync script logic
This commit is contained in:
17
schemas/package-manager.schema.json
Normal file
17
schemas/package-manager.schema.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Package Manager Configuration",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"packageManager": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"npm",
|
||||
"pnpm",
|
||||
"yarn",
|
||||
"bun"
|
||||
]
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
Reference in New Issue
Block a user