mono/packages/ui/shared/package.json
2026-02-25 10:11:54 +01:00

21 lines
443 B
JSON

{
"name": "@polymech/shared",
"version": "1.0.0",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc -w"
},
"devDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@hono/zod-openapi": "^1.1.5",
"zod": "^4.3.6"
}
}