lila/packages/shared/package.json
lila 47a0becc6e
Some checks failed
Build and Deploy / quality (push) Successful in 1m41s
Build and Deploy / build-and-deploy (push) Failing after 1m2s
chore: fix typecheck script to use per-package tsc --noEmit
2026-04-30 01:29:19 +02:00

16 lines
258 B
JSON

{
"name": "@lila/shared",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"exports": {
".": "./dist/src/index.js"
},
"dependencies": {
"zod": "^4.3.6"
}
}