{
  "name": "@slackwsh/sync",
  "version": "0.0.0",
  "private": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run --passWithNoTests",
    "test:harness": "vitest run src/harness.seed.test.ts"
  },
  "dependencies": {
    "@slackwsh/contracts": "workspace:*",
    "@slackwsh/core": "workspace:*"
  },
  "devDependencies": {
    "fast-check": "^3.23.2",
    "typescript": "^5.6.3",
    "vitest": "^2.1.5"
  }
}
