{
  "name": "@wix/filter-builder",
  "version": "1.0.239",
  "license": "UNLICENSED",
  "author": {
    "name": "Justinas Simanavicius",
    "email": "justinass@wix.com"
  },
  "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",
    "start": "yoshi-library start",
    "test": "yoshi-library test",
    "lint": "yoshi-library lint",
    "posttest": "npm run lint"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts}": "npm run lint"
  },
  "dependencies": {
    "@babel/runtime": "^7.28.4",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^14.18.63",
    "@wix/eslint-config-yoshi": "^6.163.0",
    "@wix/jest-yoshi-preset": "^6.163.0",
    "@wix/yoshi-flow-library": "^6.163.0",
    "chai": "~3.5.0",
    "express": "^4.21.2",
    "husky": "~4.3.8",
    "lint-staged": "^10.5.4",
    "ts-jest": "^26.5.6",
    "typescript": "~4.9.5"
  },
  "jest": {
    "preset": "@wix/jest-yoshi-preset"
  },
  "yoshiFlowLibrary": {
    "bundle": {
      "library": "platformized-filter-builder"
    }
  },
  "eslintConfig": {
    "extends": "@wix/eslint-config-yoshi",
    "rules": {
      "prettier/prettier": [
        1,
        {
          "semi": false
        }
      ],
      "@typescript-eslint/member-delimiter-style": [
        2,
        {
          "multiline": {
            "delimiter": "none"
          }
        }
      ],
      "@typescript-eslint/prefer-ts-expect-error": "off"
    }
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "filter-builder",
      "targets": {
        "static": true
      }
    }
  },
  "wallaby": {
    "autoDetect": true
  },
  "falconPackageHash": "412ed2e72e6308e7817b734d9044254b0be47ff7699969c90b0cb664"
}