UNPKG

@databutton/liveblocks-client

Version:

**At [Liveblocks](https://liveblocks.io), we’re building tools to help companies create world-class collaborative products that attract, engage and retain users.** This repository is a set of open-source packages for building performant and reliable multi

41 lines 1.03 kB
{ "name": "@databutton/liveblocks-client", "version": "0.14.0-ws-polyfill", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "files": [ "lib/" ], "keywords": [ "liveblocks", "multiplayer", "live-cursors", "collaborative" ], "bugs": { "url": "https://github.com/liveblocks/liveblocks/issues" }, "scripts": { "build-and-pack": "npm run build && npm pack", "build": "npm run build:esm && npm run build:cjs", "build:esm": "tsc -p tsconfig-esm.json", "build:cjs": "tsc -p tsconfig-cjs.json", "test": "jest --watch" }, "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.12.16", "@babel/preset-env": "^7.12.16", "@babel/preset-typescript": "^7.12.16", "@types/jest": "^26.0.21", "babel-jest": "^26.6.3", "jest": "^26.6.3", "typescript": "^4.4.0" }, "repository": { "type": "git", "url": "https://github.com/liveblocks/liveblocks.git", "directory": "packages/liveblocks" } }