{
  "name": "@wix/public-editor-platform-events",
  "version": "1.393.0",
  "license": "UNLICENSED",
  "author": {
    "name": "Editor Platform <editor-platform-dev@wix.com>",
    "email": "editor-platform-dev@wix.com"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.mjs",
  "sideEffects": false,
  "types": "dist/types/index.d.ts",
  "files": [
    "dist/cjs",
    "dist/esm",
    "dist/types"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "unpkg": true,
  "scripts": {
    "start": "exit 0",
    "build": "yarn typecheck && rollup -c",
    "test": "exit 0",
    "lint": "prettier --check ./src",
    "lint:fix": "prettier --write ./src",
    "typecheck": "tsc --noEmit"
  },
  "lint-staged": {
    "*.{js,ts}": "yarn lint"
  },
  "dependencies": {
    "@wix/public-editor-platform-interfaces": "1.102.0"
  },
  "devDependencies": {
    "esbuild": "^0.25.5",
    "prettier": "^3.6.2",
    "rollup": "^3.29.5",
    "rollup-plugin-dts": "^6.2.1",
    "rollup-plugin-esbuild": "^5.0.0",
    "typescript": "^5.8.3"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "public-editor-platform-events"
    },
    "validations": {
      "postDependenciesBuild": [
        "lint"
      ]
    }
  },
  "falconPackageHash": "05bfa327087e63d0b0404094030d42fe7d6131fc8a8ce24898ce0d30"
}