supermemory/packages/validation/package.json
2026-08-13 17:55:50 +05:30

9 lines
140 B
JSON

{
"name": "@repo/validation",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"check-types": "tsc --noEmit"
}
}