{
  "name": "@wix/essentials",
  "version": "1.0.6",
  "dependencies": {
    "@wix/error-handler": "^1.67.0",
    "@wix/monitoring": "^0.21.0",
    "@wix/multilingual-manager": "^1.2.0",
    "@wix/sdk-runtime": "1.0.8",
    "@wix/sdk-types": "1.17.4",
    "i18next": "^25.6.3",
    "i18next-icu": "^2.4.1",
    "intl-messageformat": "^10.7.18",
    "react-i18next": "^16.1.2"
  },
  "devDependencies": {
    "@types/is-ci": "^3.0.4",
    "@types/node": "^20.19.25",
    "@vitest/ui": "^1.6.1",
    "@wix/docs-ts-model": "^1.53.0",
    "@wix/sdk": "1.21.3",
    "eslint": "^8.57.1",
    "eslint-config-sdk": "1.0.0",
    "graphql": "^16.8.0",
    "is-ci": "^3.0.1",
    "jsdom": "^22.1.0",
    "msw": "^2.12.2",
    "typescript": "^5.9.3",
    "vitest": "^1.6.1",
    "vitest-teamcity-reporter": "^0.3.1"
  },
  "eslintConfig": {
    "extends": "sdk"
  },
  "exports": {
    ".": {
      "import": "./build/index.js",
      "require": "./cjs/build/index.js"
    },
    "./mock": {
      "import": "./build/mock-factory.js",
      "require": "./cjs/build/mock-factory.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "build",
    "cjs",
    "internal"
  ],
  "keywords": [
    "wix-sdk-module=backend,page,public"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts}": "yarn lint"
  },
  "main": "cjs/build/index.js",
  "module": "build/index.mjs",
  "optionalDependencies": {
    "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "tsc -b tsconfig.json tsconfig.cjs.json tsconfig.internal.json tsconfig.internal.cjs.json && npm run docs",
    "lint": "eslint --max-warnings=0 .",
    "lint:fix": "eslint --max-warnings=0 . --fix",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "docs": "docs-ts-model --entryPoint src/index.ts"
  },
  "sideEffects": false,
  "type": "module",
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "sdk-essentials",
      "targets": {
        "static": true,
        "build-docs": true
      }
    },
    "validations": {
      "source": [
        "lint"
      ],
      "postDependenciesBuild": [
        "typecheck"
      ]
    }
  },
  "falconPackageHash": "10622d0663b6c67ae049cf6a7d40b197ce18f39afcebeb2c464db699"
}