{
  "name": "wix-design-systems-providers",
  "version": "1.98.1",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "yoshi-library build",
    "test": "yoshi-library test",
    "lint": "yoshi-library lint"
  },
  "peerDependencies": {
    "react": "^16.14.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.22.15",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@testing-library/react": "^12.1.5",
    "@types/jest": "^27.5.2",
    "@types/node": "^18.17.13",
    "@types/react": "^16.14.46",
    "@wix/jest-yoshi-preset": "^6.79.1",
    "@wix/yoshi-flow-library": "^6.79.1",
    "react": "^16.14.0",
    "ts-jest": "^27.1.5",
    "typescript": "^5.2.2"
  },
  "jest": {
    "preset": "@wix/jest-yoshi-preset"
  },
  "eslintConfig": {
    "extends": "@wix/eslint-config-yoshi"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "wix-design-systems-providers"
    }
  },
  "wallaby": {
    "autoDetect": true
  },
  "falconPackageHash": "9a10400a77864bbc3bf1ad0d0ab9039f7beccb0015a6f8a78047e995"
}