{
  "name": "@wix/sdk-types",
  "version": "1.17.8",
  "author": {
    "name": "Ronny Ringel",
    "email": "ronnyr@wix.com"
  },
  "browser": "build/browser/index.mjs",
  "dependencies": {
    "@wix/error-handler-types": "^1.19.0",
    "@wix/monitoring-types": "^0.12.0",
    "type-fest": "^4.41.0"
  },
  "devDependencies": {
    "@types/node": "^20.19.25",
    "eslint": "^8.57.1",
    "eslint-config-sdk": "1.0.0",
    "tsup": "^7.3.0",
    "typescript": "^5.9.3",
    "vitest": "^1.6.1"
  },
  "eslintConfig": {
    "extends": "sdk"
  },
  "files": [
    "build",
    "internal",
    "client"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts}": "yarn lint"
  },
  "main": "build/index.js",
  "module": "build/index.mjs",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "lint": "eslint --max-warnings=0 .",
    "test": "tsc --noEmit && vitest run",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "types": "build/index.d.ts",
  "wallaby": {
    "autoDetect": true
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "sdk-types"
    },
    "validations": {
      "source": [
        "lint"
      ],
      "postDependenciesBuild": [
        "typecheck"
      ]
    }
  },
  "falconPackageHash": "34914f8b0cb4ae4a606ca5553cbe23a324df98a39b6b0d04ef86b5b8"
}