/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/sync-collaboration/package.json
44 строки
1 KB
huppy-bot[bot]
Bump versions to 5.3.0 [skip ci]
05 авг 2026, 14:45
05 авг 2026, 14:45
b6cecdc
Код
Авторство
О чём код?
{ "name": "@tldraw/sync-collaboration", "description": "tldraw sync collaboration: server-side write authorization for collaboration features.", "version": "5.3.0", "author": { "name": "tldraw Inc.", "email": "hello@tldraw.com" }, "homepage": "https://tldraw.dev", "license": "SEE LICENSE IN LICENSE.md", "repository": { "type": "git", "url": "https://github.com/tldraw/tldraw" }, "bugs": { "url": "https://github.com/tldraw/tldraw/issues" }, "main": "./src/index.ts", "types": "./.tsbuild/index.d.ts", "type": "module", "scripts": { "test-ci": "yarn run -T vitest run --passWithNoTests", "test": "yarn run -T vitest --passWithNoTests", "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests", "build": "yarn run -T tsx ../../internal/scripts/build-package.ts", "build-api": "yarn run -T tsx ../../internal/scripts/build-api.ts", "prepack": "yarn run -T tsx ../../internal/scripts/prepack.ts", "postpack": "../../internal/scripts/postpack.sh", "pack-tarball": "yarn pack", "lint": "yarn run -T tsx ../../internal/scripts/lint.ts" }, "devDependencies": { "vitest": "^4.1.7" }, "engines": { "node": ">=22.12.0" }, "dependencies": { "@tldraw/store": "workspace:*", "@tldraw/sync-core": "workspace:*", "@tldraw/tlschema": "workspace:*", "@tldraw/utils": "workspace:*" } }