13 lines
320 B
JSON
13 lines
320 B
JSON
{
|
|
"name": "swi-foot-matchdata-blocks",
|
|
"version": "1.0.0",
|
|
"description": "Build tooling for Swiss Football Matchdata Gutenberg blocks",
|
|
"scripts": {
|
|
"build": "wp-scripts build --output-path=assets/build",
|
|
"start": "wp-scripts start"
|
|
},
|
|
"devDependencies": {
|
|
"@wordpress/scripts": "^31.5.0"
|
|
}
|
|
}
|