{
  "name": "WP Compat Sample",
  "slug": "wp-compat-sample",
  "version": "1.0.0",
  "main": "index.js",
  "description": "A minimal plugin written using WordPress-style add_action/add_filter naming, to demonstrate the WP compatibility shim.",
  "author": "OBATECH",
  "hooks": ["post.title", "post:published", "comment.before_save"]
}
