UNPKG

@gitorial/sync

Version:

Universal sync library for real-time tutorial state synchronization between websites and VS Code extensions with built-in relay server orchestration

55 lines 1.31 kB
{ "name": "@gitorial/sync", "version": "0.1.0", "description": "Universal sync library for real-time tutorial state synchronization between websites and VS Code extensions with built-in relay server orchestration", "main": "index.js", "module": "index.esm.js", "types": "index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.esm.js" }, "./package.json": "./package.json" }, "keywords": [ "gitorial", "tutorial", "sync", "synchronization", "websocket", "website", "vscode", "extension", "education", "learning", "relay", "role-management", "dynamic-roles", "real-time", "server", "client", "orchestration" ], "author": "Andrzej Sulkowski", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AndrzejSulkowski/gitorial-vs-plugin.git", "directory": "packages/gitorial-sync" }, "bugs": { "url": "https://github.com/AndrzejSulkowski/gitorial-vs-plugin/issues" }, "homepage": "https://github.com/AndrzejSulkowski/gitorial-vs-plugin#readme", "engines": { "node": ">=16.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "uuid": "^11.1.0" } }