Files
Desktop/package.schema.json
T
2026-07-06 16:07:13 -07:00

16 lines
331 B
JSON

{
"allOf": [
{
"$ref": "https://json.schemastore.org/package.json"
},
{
"type": "object",
"properties": {
"build": {
"$ref": "https://raw.githubusercontent.com/electron-userland/electron-builder/refs/heads/master/packages/app-builder-lib/scheme.json"
}
}
}
]
}