{ "name": "@issue/shared", "version": "1.0.0", "description": "Shared schemas and types for the issue monorepo", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "typescript": "^5.8.3" }, "dependencies": { "drizzle-orm": "^0.45.0", "drizzle-zod": "^0.5.1", "zod": "^3.23.8" } }