mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-20 14:03:59 +00:00
9 lines
140 B
JSON
9 lines
140 B
JSON
{
|
|
"name": "@repo/validation",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"check-types": "tsc --noEmit"
|
|
}
|
|
}
|