fitaiProto/packages/shared/package.json
echo 9d2bfda0ca crud
admin crud ops implemented partialy
2025-11-09 18:11:40 +01:00

17 lines
307 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": {
"zod": "^4.1.12"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}