{ "name": "@family-wishlist/shared", "version": "0.3.0", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "typecheck": "tsc --noEmit", "build": "tsc -p tsconfig.json", "lint": "echo 'skip'", "dev": "tsc -p tsconfig.json --watch" }, "dependencies": { "zod": "^3.23.8" }, "devDependencies": { "typescript": "^5.6.2" } }