{ "name": "@cloner/test-utils", "version": "0.1.0", "private": true, "description": "Shared fixture server and integration-test helpers for ditto.site workspaces.", "license": "MIT", "author": "ion-design", "repository": { "type": "git", "url": "https://github.com/ion-design/ditto.site.git", "directory": "packages/test-utils" }, "bugs": { "url": "https://github.com/ion-design/ditto.site/issues" }, "homepage": "https://github.com/ion-design/ditto.site#readme", "type": "module", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit" }, "devDependencies": { "tsx": "4.23.0", "typescript": "6.0.3", "@types/node": "26.1.0" } }