This commit establishes the foundational structure for @push.rocks/smartregistry, a registry for npm modules and OCI images. Includes development environment configuration, build tooling, and CI/CD workflows for automated testing and publishing. Co-authored-by: Ona <no-reply@ona.com>
27 lines
588 B
JSON
27 lines
588 B
JSON
{
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": ["/npmextra.json"],
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"npmci": {
|
|
"type": "object",
|
|
"description": "settings for npmci"
|
|
},
|
|
"gitzone": {
|
|
"type": "object",
|
|
"description": "settings for gitzone",
|
|
"properties": {
|
|
"projectType": {
|
|
"type": "string",
|
|
"enum": ["website", "element", "service", "npm", "wcc"]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|