rowboat/apps/x/packages/shared/package.json
2026-01-16 12:05:33 +05:30

14 lines
No EOL
269 B
JSON

{
"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"
}
}