UNPKG

@liveblocks/client

Version:

A client that lets you interact with Liveblocks servers. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.

69 lines (68 loc) 1.81 kB
{ "name": "@liveblocks/client", "version": "2.22.3", "description": "A client that lets you interact with Liveblocks servers. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "type": "module", "main": "./dist/index.cjs", "types": "./dist/index.d.cts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "module": "./dist/index.js", "default": "./dist/index.cjs" } } }, "files": [ "dist/**", "README.md" ], "scripts": { "dev": "tsup --watch", "build": "tsup", "format": "(eslint --fix src/ || true) && prettier --write src/", "lint": "eslint src/", "lint:package": "publint --strict && attw --pack", "test": "jest --silent --verbose --color=always --passWithNoTests", "test:types": "ls test-d/* | xargs -n1 tsd --files", "test:watch": "jest --silent --verbose --color=always --passWithNoTests --watch" }, "dependencies": { "@liveblocks/core": "2.22.3" }, "devDependencies": { "@liveblocks/eslint-config": "*", "@liveblocks/jest-config": "*" }, "sideEffects": false, "bugs": { "url": "https://github.com/liveblocks/liveblocks/issues" }, "repository": { "type": "git", "url": "git+https://github.com/liveblocks/liveblocks.git", "directory": "packages/liveblocks-client" }, "homepage": "https://liveblocks.io", "keywords": [ "liveblocks", "real-time", "toolkit", "multiplayer", "websockets", "collaboration", "collaborative", "presence", "crdts", "synchronize", "rooms", "documents", "conflict resolution" ] }