{
  "name": "@zync/utils",
  "version": "0.0.1",
  "private": true,
  "type": "module",
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsc --noEmit",
    "test": "vitest run"
  },
  "devDependencies": {
    "@zync/config": "workspace:*",
    "typescript": "^5.5.0",
    "vitest": "^3.2.6"
  }
}
