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