{ "name": "@clipboard-health/testing-core", "version": "2.6.15", "description": "TypeScript-friendly testing utilities.", "keywords": [ "expect", "testing", "typescript" ], "bugs": "https://github.com/ClipboardHealth/core-utils/issues", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ClipboardHealth/core-utils.git", "directory": "packages/testing-core" }, "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", "publishConfig": { "access": "public" }, "dependencies": { "@clipboard-health/util-ts": "5.8.10", "tslib": "2.8.1" }, "devDependencies": { "zod": "3.25.76" }, "peerDependencies": { "zod": "^3" } }