{
  "name": "appointment-and-booking-wizard",
  "version": "1.0.0",
  "description": "WordPress plugin appointment and booking wizard component",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "wp-scripts build",
    "start": "wp-scripts start"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-transform-runtime": "^7.28.3",
    "@wordpress/scripts": "^27.8.0"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@mui/material": "^5.18.0",
    "@mui/icons-material": "^5.15.18"
  },
  "browserslist": [
    "extends @wordpress/browserslist-config"
  ]
}