mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 08:26:22 +02:00
14 lines
No EOL
269 B
JSON
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"
|
|
}
|
|
} |