{
  "name": "collapse-it",
  "version": "1.0.0",
  "description": "A Gutenberg block to collapse/expand content with fade effect and customizable height.",
  "main": "build/index.js",
  "scripts": {
    "build": "wp-scripts build",
    "start": "wp-scripts start"
  },
  "author": "Your Name",
  "license": "GPL-2.0-or-later",
  "devDependencies": {
    "@wordpress/scripts": "^26.0.0"
  }
} 