{
  "name": "@wix/dashboard-react",
  "version": "1.0.27",
  "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)"
  ],
  "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-react": ">=0.3.6",
    "react": "^16.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "@wix/dashboard": "1.3.43"
  },
  "devDependencies": {
    "@testing-library/react": "^12.1.2",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.1",
    "@wix/jest-yoshi-preset": "^6.93.1",
    "@wix/sdk-react": "^0.5.9",
    "@wix/yoshi-flow-library": "^6.93.1",
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "typescript": "^5.5.4"
  },
  "jest": {
    "preset": "@wix/jest-yoshi-preset"
  },
  "yoshiFlowLibrary": {
    "buildEsmWithBabel": true,
    "bundle": false
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "giza-dashboard-sdk-react"
    },
    "validations": {
      "postDependenciesBuild": [
        "lint"
      ]
    }
  },
  "wallaby": {
    "autoDetect": true
  },
  "falconPackageHash": "287d34fe933812c3e95cb16280628458fe8fcb3bc728b01ac72741d8"
}