{
  "name": "sideconvo-button-customizer",
  "version": "1.0.5",
  "description": "A WordPress plugin that provides a robust initial setup for an external widget with React admin interface.",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "start": "wp-scripts start",
    "build:dev": "wp-scripts build --env environment=dev",
    "build:stage": "wp-scripts build --env environment=stage",
    "build:prod": "wp-scripts build --env environment=prod",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:api": "jest e2e/tests/unit/javascript/api",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:headed": "playwright test --headed",
    "test:e2e:debug": "playwright test --debug",
    "test:e2e:chromium": "playwright test --project=chromium",
    "test:e2e:firefox": "playwright test --project=firefox",
    "test:e2e:webkit": "playwright test --project=webkit",
    "test:e2e:report": "playwright show-report",
    "plugin-zip": "wp-scripts plugin-zip",
    "zip:stage": "npm run build:stage && npm run plugin-zip",
    "zip:prod": "npm run build:prod && npm run plugin-zip"
  },
  "files": [
    "admin",
    "assets",
    "inc",
    "readme.txt",
    "plugin-constants.php",
    "sideconvo-button-customizer.php",
    "package.json",
    "tsconfig.json"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@wordpress/element": "^6.26.0",
    "@wordpress/scripts": "^30.19.0",
    "clsx": "^2.1.1",
    "react-loader-spinner": "^6.1.6",
    "react-router-dom": "^7.7.0",
    "react-toastify": "^11.0.5"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@types/jest": "^30.0.0",
    "@types/wordpress__block-editor": "^14.21.2",
    "@wordpress/block-editor": "^15.9.0",
    "jest": "^30.2.0",
    "node-fetch": "^3.3.2",
    "ts-jest": "^29.4.6"
  }
}
