carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/localisation-map/package.json
Antoine M da65a622b4
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Introducing the map component
2025-10-02 14:22:58 +02:00

21 lines
596 B
JSON

{
"name": "localisation-map",
"version": "0.1.0",
"description": "Example block scaffolded with Create Block tool.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --blocks-manifest",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --blocks-manifest"
},
"devDependencies": {
"@wordpress/scripts": "^30.25.0"
}
}