{
  "name": "@rotorsoft/act-tck",
  "type": "module",
  "version": "1.37.4",
  "description": "Test Compatibility Kit for @rotorsoft/act Store, Cache, and Logger ports",
  "keywords": [
    "typescript",
    "event-sourcing",
    "cqrs",
    "tck",
    "test-compatibility-kit",
    "contract-tests"
  ],
  "author": "rotorsoft",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rotorsoft/act-root.git",
    "directory": "libs/act-tck"
  },
  "homepage": "https://github.com/Rotorsoft/act-root/tree/master/libs/act-tck#readme",
  "bugs": {
    "url": "https://github.com/Rotorsoft/act-root/issues"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/@types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/@types/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "sideEffects": false,
  "engines": {
    "node": ">=22.23.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@fast-check/vitest": ">=0.4.1",
    "@rotorsoft/act": "^1.31.22",
    "vitest": ">=5.0.0",
    "zod": "^4.5.4"
  },
  "devDependencies": {
    "@fast-check/vitest": "^0.4.1",
    "@rotorsoft/act": "^1.31.22",
    "@stryker-mutator/core": "^10.0.0",
    "@stryker-mutator/vitest-runner": "^10.0.0",
    "vitest": "^5.0.0",
    "zod": "^4.5.4"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "types": "tsc --build tsconfig.build.json --emitDeclarationOnly",
    "build": "pnpm clean && tsup && pnpm types",
    "mutation": "stryker run"
  }
}