{
  "name": "@wix/unidriver-core",
  "description": "Utils for UniDrivers",
  "version": "1.5.5",
  "license": "UNLICENSED",
  "author": {
    "name": "Mykolas Šindeikis",
    "email": "mykolass@wix.com"
  },
  "homepage": "https://github.com/wix-private/unidriver/tree/master/packages/unidriver-core",
  "exports": {
    ".": {
      "types": "./dist/types/exports.d.ts",
      "import": "./dist/esm/exports.js",
      "require": "./dist/cjs/exports.js"
    },
    "./internal": {
      "types": "./dist/types/exports-internal.d.ts",
      "import": "./dist/esm/exports-internal.js",
      "require": "./dist/cjs/exports-internal.js"
    }
  },
  "types": "dist/types/exports.d.ts",
  "main": "dist/cjs/exports.js",
  "module": "dist/esm/exports.js",
  "sideEffects": false,
  "files": [
    "internal",
    "dist",
    "src"
  ],
  "scripts": {
    "build": "yarn ts && rm -rf dist && yarn build:ts && mkdir dist/statics && echo \"{}\" > dist/statics/dummy.json",
    "build:ts": "tsc && tsc --module NodeNext --moduleResolution NodeNext --outDir dist/cjs",
    "lint": "eslint ./src --max-warnings=0",
    "lint:fix": "yarn lint --fix",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "ts": "tsgo --noEmit"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "unidriver-core"
    },
    "validations": {
      "postDependenciesBuild": [
        "lint",
        "test"
      ]
    }
  },
  "devDependencies": {
    "@typescript/native-preview": "^7.0.0-dev.20251120.1",
    "eslint": "^9.39.3",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "falconPackageHash": "362f1e12ec11764fb038e0e411b38f3a6bf04108eef6d5bb7b5f2173"
}