| 1 |
{ |
| 2 |
"name": "cryptx", |
| 3 |
"version": "4.1.1", |
| 4 |
"description": "Build setup for the CryptX settings screen. React and the component library come from WordPress itself, so only this plugin's own code is bundled.", |
| 5 |
"private": true, |
| 6 |
"license": "GPL-2.0-or-later", |
| 7 |
"scripts": { |
| 8 |
"build": "wp-scripts build", |
| 9 |
"start": "wp-scripts start", |
| 10 |
"lint:js": "wp-scripts lint-js src" |
| 11 |
}, |
| 12 |
"devDependencies": { |
| 13 |
"@wordpress/scripts": "^34.1.0" |
| 14 |
} |
| 15 |
} |
| 16 |
|