Files
tolaria/packages/markdown/package.json
2026-05-03 23:56:24 +02:00

20 lines
378 B
JSON

{
"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"
}
}