UNPKG

@syncr/core

Version:

Core engine for Syncr – multi-channel state synchronization library.

38 lines (37 loc) 798 B
{ "name": "@syncr/core", "version": "0.1.4", "description": "Core engine for Syncr – multi-channel state synchronization library.", "keywords": [ "broadcastchannel", "encrypted-storage", "frontend", "state", "state-management", "storage-sync", "sync", "url-state" ], "author": "Vidhyut Rabari", "license": "MIT", "type": "module", "private": false, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format esm --dts --clean", "lint": "eslint .", "test": "vitest run", "typecheck": "tsc -p tsconfig.json --noEmit" }, "publishConfig": { "access": "public" }, "dependencies": { "zod": "^3.24.2" } }