1 | {
|
2 | "additionalProperties": false,
|
3 | "properties": {
|
4 | "mozjpeg": {
|
5 | "additionalProperties": true,
|
6 | "type": "object"
|
7 | },
|
8 | "optipng": {
|
9 | "additionalProperties": true,
|
10 | "type": "object"
|
11 | },
|
12 | "pngquant": {
|
13 | "additionalProperties": true,
|
14 | "type": "object"
|
15 | },
|
16 | "gifsicle": {
|
17 | "additionalProperties": true,
|
18 | "type": "object"
|
19 | },
|
20 | "webp": {
|
21 | "additionalProperties": true,
|
22 | "type": "object"
|
23 | },
|
24 | "svgo": {
|
25 | "additionalProperties": true,
|
26 | "type": "object"
|
27 | },
|
28 | "bypassOnDebug": {
|
29 | "type": "boolean"
|
30 | },
|
31 | "disable": {
|
32 | "type": "boolean"
|
33 | }
|
34 | },
|
35 | "type": "object"
|
36 | }
|