signal-desktop/package.schema.json

16 lines
250 B
JSON
Raw Normal View History

2025-01-03 18:03:28 +00:00
{
"allOf": [
{
"$ref": "https://json.schemastore.org/package.json"
},
{
"type": "object",
"properties": {
"build": {
"$ref": "./node_modules/app-builder-lib/scheme.json"
}
}
}
]
}