mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 17:35:16 +00:00
19 lines
292 B
JSON
19 lines
292 B
JSON
{
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"properties": {
|
|
"filename": {
|
|
"type": "string"
|
|
},
|
|
"chunkFilename": {
|
|
"type": "string"
|
|
},
|
|
"moduleFilename": {
|
|
"instanceof": "Function"
|
|
},
|
|
"ignoreOrder": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|