{
  "name": "@wix/public-editor-platform-interfaces",
  "version": "1.37.0",
  "license": "UNLICENSED",
  "contributors": [
    {
      "name": "editor-platform",
      "email": "editor-platform@wix.com"
    }
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "prettier --check ./src",
    "lint:fix": "prettier --write ./src",
    "test": "tsc --noEmit --emitDeclarationOnly false"
  },
  "lint-staged": {
    "*.{js,ts}": "yarn lint"
  },
  "dependencies": {
    "@wix/sdk-types": "^1.14.0"
  },
  "devDependencies": {
    "lint-staged": "^13.3.0",
    "prettier": "^3.6.2",
    "typescript": "^5.8.3"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "public-editor-platform-interfaces",
      "targets": {
        "static": false
      }
    },
    "validations": {
      "source": [
        "lint"
      ],
      "postBuild": [
        "test"
      ]
    }
  },
  "falconPackageHash": "adcd710dc56392f711e081e4fe73f915c058ccf6a4b570467e3b6b72"
}