open-collaboration-yjs
Version:
Open Collaboration Yjs integration, part of the Open Collaboration Tools project
64 lines (63 loc) • 1.4 kB
JSON
{
"name": "open-collaboration-yjs",
"version": "0.3.1",
"license": "MIT",
"description": "Open Collaboration Yjs integration, part of the Open Collaboration Tools project",
"files": [
"lib",
"src"
],
"type": "module",
"main": "./lib/index.js",
"module": "./lib/index.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}
},
"typesVersions": {
"*": {
".": [
"lib/index.d.ts"
]
}
},
"scripts": {
"build": "echo 'open-collaboration-yjs: Nothing extra to build.'"
},
"dependencies": {
"lib0": "^0.2.103",
"open-collaboration-protocol": "~0.3.0",
"y-protocols": "~1.0.6"
},
"peerDependencies": {
"yjs": "^13.0.0"
},
"keywords": [
"collaboration",
"live-share",
"yjs"
],
"repository": {
"type": "git",
"url": "https://github.com/eclipse-oct/open-collaboration-tools",
"directory": "packages/open-collaboration-yjs"
},
"bugs": {
"url": "https://github.com/eclipse-oct/open-collaboration-tools/issues"
},
"homepage": "https://www.open-collab.tools/",
"author": {
"name": "TypeFox",
"url": "https://www.typefox.io/"
},
"volta": {
"node": "22.14.0",
"npm": "10.9.2"
},
"engines": {
"node": ">=20.10.0",
"npm": ">=10.2.3"
}
}