| 1 |
{ |
| 2 |
"name": "solid-performance-settings", |
| 3 |
"version": "0.1.1", |
| 4 |
"private": true, |
| 5 |
"description": "Solid Performance is a no-code solution for increasing the speed of your WordPress website.", |
| 6 |
"main": "settings-src/index.js", |
| 7 |
"scripts": { |
| 8 |
"build": "wp-scripts build", |
| 9 |
"start": "wp-scripts start" |
| 10 |
}, |
| 11 |
"devDependencies": { |
| 12 |
"@wordpress/scripts": "^27.7.0" |
| 13 |
} |
| 14 |
} |
| 15 |
|