signal-desktop/package.schema.json
2025-01-03 10:03:28 -08:00

15 lines
250 B
JSON

{
"allOf": [
{
"$ref": "https://json.schemastore.org/package.json"
},
{
"type": "object",
"properties": {
"build": {
"$ref": "./node_modules/app-builder-lib/scheme.json"
}
}
}
]
}