UNPKG

@liveblocks/core

Version:

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

69 lines (68 loc) 2.29 kB
{ "name": "@liveblocks/core", "version": "3.4.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" }, "scripts": { "dev": "tsup --watch", "build": "tsup && node dist/index.js", "format": "(eslint --fix src/ e2e/ || true) && prettier --write src/ e2e/", "lint": "eslint src/", "lint:package": "publint --strict && attw --pack", "test": "NODE_OPTIONS=\"--no-deprecation\" vitest run", "test:types": "ls test-d/* | xargs -n1 tsd --files", "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest", "test:e2e": "NODE_OPTIONS=\"--no-deprecation\" vitest run --config=./vitest.config.e2e.ts", "test:deps": "depcruise src --exclude __tests__", "showdeps": "depcruise src --include-only '^src' --exclude='__tests__' --output-type dot | dot -T svg > /tmp/dependency-graph.svg && open /tmp/dependency-graph.svg", "showdeps:high-level": "depcruise src --include-only '^src' --exclude='(^src/index.ts|shallow.ts|__tests__)' --collapse='^src/(refs|lib|compat|types|crdts|protocol)' --output-type dot | dot -T svg > /tmp/dependency-graph.svg && open /tmp/dependency-graph.svg" }, "license": "Apache-2.0", "devDependencies": { "@liveblocks/eslint-config": "*", "@liveblocks/query-parser": "^0.1.1", "@liveblocks/vitest-config": "*", "@types/ws": "^8.5.10", "dotenv": "^16.4.5", "eslint-plugin-rulesdir": "^0.2.2", "msw": "^2.10.4", "ws": "^8.17.1" }, "peerDependencies": { "@types/json-schema": "^7" }, "repository": { "type": "git", "url": "git+https://github.com/liveblocks/liveblocks.git", "directory": "packages/liveblocks-core" }, "sideEffects": false }