{
  "name": "@empathyco/x-utils",
  "version": "1.0.3",
  "description": "A utility package for Empathy search",
  "author": "Empathy Systems Corporation S.L.",
  "license": "Apache-2.0",
  "homepage": "https://github.com/empathyco/x/tree/main/packages/x-utils#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/empathyco/x.git",
    "directory": "packages/x-utils"
  },
  "keywords": [
    "search",
    "utils"
  ],
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "prebuild": "rm -rf dist types",
    "build": "tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json",
    "pack": "pnpm pack",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:unit": "vitest run",
    "test:unit-coverage": "vitest run --coverage",
    "test:unit-watch": "vitest",
    "lint": "eslint --fix",
    "lint:check": "eslint",
    "lint:inspect": "eslint --inspect-config .",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "prepublishOnly": "pnpm run build"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "4.1.2",
    "jsdom": "28.1.0",
    "typescript": "5.9.3",
    "vitest": "4.1.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "87ea1b5cb75fd39539ec5bf4837295a5bd8dbfb8"
}
