{
  "name": "@wix/dashboard",
  "version": "1.3.43",
  "license": "UNLICENSED",
  "author": {
    "name": "haim-wix",
    "email": "haimha@wix.com"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist/cjs",
    "dist/esm",
    "dist/types",
    "dist/statics",
    "!dist/**/__tests__",
    "!dist/**/*.spec?(.d).{ts,js,tsx}?(.map)",
    "!dist/**/*.driver?(.d).{ts,js,tsx}?(.map)",
    "provider",
    "internal"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "yoshi-library build",
    "start": "yoshi-library start",
    "test": "yoshi-library test --forceExit",
    "lint": "yoshi-library lint"
  },
  "peerDependencies": {
    "@wix/sdk": ">=1.12.4",
    "react": "^16.0.0 || ^18.0.0"
  },
  "peerDependenciesMeta": {
    "@wix/sdk": {
      "optional": true
    },
    "react": {
      "optional": true
    }
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "@wix/communication-channel": "1.0.8",
    "@wix/feedback-loop-structure": "^1.32.0",
    "@wix/media": "^1.0.123",
    "@wix/monitoring-browser-sdk-host": "^0.1.16",
    "@wix/sdk-runtime": "^0.3.59",
    "@wix/sdk-types": "^1.13.39",
    "@wix/workspace": "^1.3.7",
    "zustand": "^4.5.0"
  },
  "devDependencies": {
    "@testing-library/react": "^12.1.2",
    "@types/jest": "^27.5.1",
    "@types/node-fetch": "^2.6.11",
    "@wix/jest-yoshi-preset": "^6.93.1",
    "@wix/sdk": "^1.15.26",
    "@wix/yoshi-flow-library": "^6.93.1",
    "chance": "^1.1.8",
    "comlink": "4.3.0",
    "nock": "^12.0.3",
    "node-fetch": "^2.6.7",
    "react": "16.14.0",
    "typescript": "^5.5.4",
    "wix-eventually": "^2.2.0"
  },
  "jest": {
    "preset": "@wix/jest-yoshi-preset"
  },
  "yoshiFlowLibrary": {
    "buildEsmWithBabel": true,
    "bundle": {
      "port": 3420,
      "bundle": true,
      "library": "WixDashboardSDK",
      "entry": {
        "sdk": "index.ts",
        "provider": "provider.ts",
        "internal": "internal.tsx"
      }
    }
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "giza-dashboard-sdk"
    },
    "validations": {
      "postDependenciesBuild": [
        "lint"
      ]
    }
  },
  "wallaby": {
    "autoDetect": true
  },
  "falconPackageHash": "73093a0b42edc052a503785caefd04fe35cc0918d46f764af8ef71a5"
}