{
  "name": "wppb-generator",
  "version": "1.0.0",
  "description": "Create a new WordPress plugin using the WPPB boilerplate",
  "main": "src/index.js",
  "scripts": {
    "build": "wp-scripts build --output-path=panel/public/build",
    "start": "wp-scripts start"
  },
  "devDependencies": {
    "@wordpress/scripts": "^27.9.0"
  },
  "private": true
}
