{ "name": "shared-data", "version": "0.0.0", "description": "Data shared between Briven apps", "main": "./index.ts", "types": "./index.ts", "scripts": { "preinstall": "npx only-allow pnpm", "clean": "rimraf node_modules .turbo tsconfig.tsbuildinfo", "typecheck": "tsc --noEmit" }, "devDependencies": { "tsconfig": "workspace:" }, "author": "", "license": "MIT", "dependencies": { "zod": "catalog:" } }