{
  "name": "hinagata-speech-balloon",
  "version": "1.0.0",
  "description": "Template Speech Balloon Plugin",
  "scripts": {
    "build": "wp-scripts build",
    "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"
  },
  "dependencies": {
    "@wordpress/block-editor": "^12.0.0",
    "@wordpress/components": "^25.0.0",
    "@wordpress/element": "^5.0.0",
    "@wordpress/i18n": "^4.0.0",
    "@wordpress/primitives": "^3.0.0"
  },
  "devDependencies": {
    "@wordpress/scripts": "^26.0.0",
    "copy-webpack-plugin": "^11.0.0"
  },
  "files": [
    "src",
    "build",
    "includes",
    "languages",
    "hinagata-speech-balloon.php",
    "readme.txt",
    "uninstall.php",
    "package.json",
    "webpack.config.js"
  ]
}