21 lines
761 B
JSON
21 lines
761 B
JSON
{
|
|
"name": "dbmob-grid",
|
|
"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 --webpack-copy-php",
|
|
"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 --webpack-copy-php"
|
|
},
|
|
"devDependencies": {
|
|
"@wordpress/scripts": "^30.12.0"
|
|
},
|
|
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b"
|
|
} |