| @@ -1,20 +1,19 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "plus-webp", |
| 3 | - "version": "3.0.0", | |
| 3 | + "version": "1.0.6", | |
| 4 | 4 | "description": "Plus WebP", |
| 5 | - "main": "index.js", | |
| 5 | + "main": "plus-webp.js", | |
| 6 | 6 | "scripts": { |
| 7 | - "build": "wp-scripts build", | |
| 8 | - "start": "wp-scripts start" | |
| 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" | |
| 9 | 11 | }, |
| 10 | 12 | "author": "Katsushi Kawamori", |
| 11 | 13 | "devDependencies": { |
| 12 | - "@wordpress/scripts": "34.1.0" | |
| 14 | + "@wordpress/scripts": "26.5.0" | |
| 13 | 15 | }, |
| 14 | 16 | "dependencies": { |
| 15 | - "@wordpress/api-fetch": "^7.53.0", | |
| 16 | - "@wordpress/dom-ready": "^4.53.0", | |
| 17 | - "@wordpress/element": "^8.5.0", | |
| 18 | - "@wordpress/i18n": "^6.26.0" | |
| 17 | + "@wordpress/api-fetch": "^6.31.0" | |
| 19 | 18 | } |
| 20 | 19 | } |