PluginProbe
Plus WebP or AVIF / 4.11
Plus WebP or AVIF v4.11
5.21 5.20 5.12 5.11 trunk 1.00 1.01 1.02 1.03 1.04 1.05 1.06 1.07 1.08 1.09 1.10 1.11 1.12 1.13 2.00 2.01 2.02 2.03 2.04 2.05 All 47 releases
plus-webp / guten / package.json

package.json in Plus WebP or AVIF 4.11, at guten/package.json

20 lines 487 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "plus-webp",
3 "version": "1.0.6",
4 "description": "Plus WebP",
5 "main": "plus-webp.js",
6 "scripts": {
7 "start": "wp-scripts start",
8 "build:plus-webp": "wp-scripts build src/plus-webp --output-path=dist",
9 "lint-js": "wp-scripts lint-js",
10 "test": "echo \"Error: no test specified\" && exit 1"
11 },
12 "author": "Katsushi Kawamori",
13 "devDependencies": {
14 "@wordpress/scripts": "26.5.0"
15 },
16 "dependencies": {
17 "@wordpress/api-fetch": "^6.31.0"
18 }
19 }
20