feat(project): initialize smartrestic package structure and release workflows

This commit is contained in:
2026-05-01 21:35:37 +00:00
parent f2236ffbae
commit ad20105f1e
17 changed files with 7990 additions and 23 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"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"]
}
}
}
}
}
}
]
}