{ "name": "@plane/shared-state", "version": "0.28.0", "license": "AGPL-3.0", "description": "Shared state shared across multiple apps internally", "private": true, "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { "check:lint": "eslint . --max-warnings 4", "check:types": "tsc --noEmit", "check:format": "prettier --check \"**/*.{ts,tsx,md,json,css,scss}\"", "fix:lint": "eslint . --fix", "fix:format": "prettier --write \"**/*.{ts,tsx,md,json,css,scss}\"", "clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist" }, "dependencies": { "zod": "^3.22.2" }, "devDependencies": { "@plane/eslint-config": "*", "@types/node": "^22.5.4", "typescript": "5.8.3" } }