{ "name": "@cards/domain", "version": "0.0.0", "private": true, "type": "module", "description": "Cards-Domain — Pure-TS-Modell: Card-Types, FSRS-Adapter, Cloze-Parser, Anki-Import-Helpers, zod-Schemas. Keine DB-, Framework- oder Hono/SvelteKit-Abhängigkeiten.", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts", "./fsrs": "./src/fsrs.ts", "./schemas": "./src/schemas/index.ts" }, "scripts": { "build": "tsc -p tsconfig.json --noEmit", "type-check": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "test:watch": "vitest", "lint": "echo 'lint configured later'", "clean": "rm -rf dist .turbo coverage" }, "dependencies": { "@mana/shared-share-protocol": "^0.1.0", "ts-fsrs": "^5.3.2", "zod": "3" }, "devDependencies": { "vitest": "^2.1.0" } }