15 lines
250 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|