fitaiProto/packages/shared/package.json
2025-11-07 20:59:56 +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": "^3.22.0"
},
"devDependencies": {
"typescript": "^5.0.0"
}
}