{ "name": "@mana/cards-core", "version": "0.1.0", "private": true, "sideEffects": false, "description": "Pure utilities for the Cards product: types, FSRS wrapper, Cloze parser, Markdown render. Consumed by both the mana cards module and the cards.mana.how standalone app.", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "type-check": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "clean": "rm -rf dist" }, "dependencies": { "@mana/local-store": "workspace:*", "@mana/shared-privacy": "workspace:*", "isomorphic-dompurify": "^3.7.1", "marked": "^17.0.5", "ts-fsrs": "^5.3.2" }, "devDependencies": { "@types/node": "^24.10.1", "typescript": "^5.9.3", "vitest": "^4.1.3" } }