{ "name": "@tolaria/markdown", "private": true, "type": "module", "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" } }, "scripts": { "test": "vitest run --config vitest.config.ts", "typecheck": "tsc --noEmit -p tsconfig.json" }, "devDependencies": { "typescript": "~5.9.3", "vitest": "^4.0.18" } }