signal-desktop/package.schema.json
automated-signal c25f83bc0b
Upgrade electron-builder
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
2025-01-06 10:56:04 -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"
}
}
}
]
}