mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-01-31 19:53:07 +08:00
Adds GitHub Actions workflows for CI, maintenance, and releases with multi-platform testing matrix.
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"$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
|
|
} |