{
  "name": "@wix/feedback-loop-structure",
  "version": "1.34.0",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types",
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "unpkg": true,
  "publishScoped": true,
  "scripts": {
    "start": "exit 0",
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --outDir dist/cjs --module CommonJS",
    "test": "jest test",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix"
  },
  "devDependencies": {
    "eslint": "^8.54.0",
    "jest": "^29.7.0",
    "ts-jest": "~29.1.2",
    "typescript": "~5.4.5"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "feedback-loop-structure"
    },
    "validations": {
      "postDependenciesBuild": [
        "lint"
      ]
    }
  },
  "dependencies": {
    "zod": "^3.23.8"
  },
  "falconPackageHash": "20f154e5847265c51c1097e1dedf66ba11aadccbfe205c95f516dd3d"
}