rowboat/apps/x/packages/shared/package.json

14 lines
269 B
JSON
Raw Normal View History

2025-12-29 15:30:57 +05:30
{
"name": "@x/shared",
"private": true,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"dev": "tsc -w"
},
"dependencies": {
"zod": "^4.2.1"
}
}