improved a lot of things

This commit is contained in:
SinachPat
2026-04-26 09:09:55 +01:00
parent 2911f22df8
commit 97315846be
70 changed files with 4967 additions and 10 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "@originmain/platform",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@originmain/origin-graph": "workspace:*",
"@originmain/design-language": "workspace:*",
"zod": "^3.0.0"
},
"devDependencies": {
"typescript": "^5.5.0"
}
}