fitaiProto/packages/shared/package.json
echo 8353a24f6b cleanup
and AI recommnedation fix
2025-12-12 01:32:52 +01:00

20 lines
362 B
JSON

{
"name": "@fitai/shared",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"clsx": "^2.1.1",
"tailwind-merge": "^3.4.0",
"zod": "^4.1.12"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}