UNPKG

@liveblocks/core

Version:

Private internals for Liveblocks. DO NOT import directly from this package!

45 lines 1.03 kB
{ "name": "@liveblocks/core", "version": "3.22.0", "description": "Private internals for Liveblocks. DO NOT import directly from this package!", "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" ], "keywords": [ "liveblocks", "multiplayer", "live-cursors", "collaborative" ], "bugs": { "url": "https://github.com/liveblocks/liveblocks/issues" }, "license": "Apache-2.0", "author": "Liveblocks Inc.", "peerDependencies": { "@types/json-schema": "^7" }, "repository": { "type": "git", "url": "git+https://github.com/liveblocks/liveblocks.git", "directory": "packages/liveblocks-core" }, "sideEffects": false }