{
  "name": "@wix/site",
  "version": "1.58.0",
  "license": "UNLICENSED",
  "description": "The Site API enables code within Embedded Scripts and Site Widgets created with the CLI to interact with a Wix site. For example, you can access site data and interact with other Wix Apps, such as Wix Stores and Wix Bookings.",
  "keywords": [
    "wix sdk",
    "@wix/sdk",
    "wix site",
    "wix website"
  ],
  "type": "module",
  "homepage": "https://dev.wix.com/docs/sdk/host-modules/site/introduction",
  "author": {
    "name": "Emilis Baliukonis",
    "email": "emilisb@wix.com"
  },
  "main": "cjs/dist/index.js",
  "types": "dist/esm/index.d.ts",
  "module": "dist/esm/index.js",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./cjs/dist/index.js",
      "types": "./dist/esm/index.d.ts"
    },
    "./testkit": {
      "import": "./dist/esm/testkit/index.js",
      "require": "./cjs/dist/testkit/index.js",
      "types": "./dist/esm/testkit/index.d.ts"
    }
  },
  "sideEffects": false,
  "files": [
    "dist",
    "cjs"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "publishScoped": true,
  "scripts": {
    "build": "tsc && tsc --project tsconfig.cjs.json && npm run test:cjs-esm",
    "clean": "rm -rf dist build",
    "test": "vitest",
    "lint": "eslint --max-warnings=0 .",
    "lint:fix": "eslint --max-warnings=0 . --fix",
    "typecheck": "tsc --noEmit",
    "test:cjs-esm": "cjs-esm-build-verifier"
  },
  "lint-staged": {
    "*.{js,ts}": "yarn lint:fix"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "@wix/analytics": "1.17.0",
    "@wix/authentication": "1.13.0",
    "@wix/consent-policy-manager": "1.15.0",
    "@wix/multilingual-manager": "1.10.0",
    "@wix/sdk-types": "^1.13.2"
  },
  "devDependencies": {
    "@types/chance": "^1.1.6",
    "@types/node": "^20.19.22",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "@vitest/ui": "^1.6.1",
    "@wix/cjs-esm-build-verifier": "^1.0.2",
    "@wix/essentials": "^0.1.14",
    "@wix/sdk": "^1.15.9",
    "chance": "^1.1.12",
    "eslint": "^8.57.1",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-vitest-globals": "^1.5.0",
    "jsdom": "^22.1.0",
    "typescript": "^5.9.3",
    "vitest": "^1.6.1"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "website-sdk"
    },
    "validations": {
      "source": [
        "lint"
      ],
      "postDependenciesBuild": [
        "typecheck"
      ]
    }
  },
  "wallaby": {
    "autoDetect": true
  },
  "falconPackageHash": "d0f3a97947e07fd9b23efb600686c0f62d69f92242f49f9a7f09f876"
}