{
  "name": "@wix/blocks",
  "version": "1.62.0",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "$w.d.ts",
    "dist"
  ],
  "scripts": {
    "build": "yoshi-library build && node scripts/copy-types.js",
    "check-types": "yarn tsc --noEmit",
    "lint": "yoshi-library lint",
    "start": "yoshi-library start",
    "test": ":"
  },
  "sideEffects": false,
  "types": "dist/types/index.d.ts",
  "devDependencies": {
    "@wix/wix-code-types": "^2.0.14759",
    "@wix/yoshi-flow-library": "^6.163.0",
    "typescript": "^5.9.3"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "eslintConfig": {
    "extends": "@wix/eslint-config-yoshi",
    "rules": {
      "no-debugger": "error"
    }
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "blocks-public-sdk"
    },
    "validations": {
      "postDependenciesBuild": [
        "lint"
      ]
    }
  },
  "falconPackageHash": "b52d51e03f6d47e7fab8a8a1314aac6b7fc96ae3643e3c2119d59085"
}