@oobleck/yjs-backend
Version:
Yjs backend for nteract RTC
34 lines (33 loc) • 820 B
JSON
{
"name": "@oobleck/yjs-backend",
"version": "0.1.0-experimental-20210901",
"description": "Yjs backend for nteract RTC",
"repository": "https://github.com/alpaix/oobleck",
"keywords": [
"collaboration",
"yjs",
"graphql",
"jupyter",
"jupyter-notebook",
"nteract",
"rtc"
],
"author": "Alex Panov <alpaix@outlook.com>",
"license": "BSD-3-Clause",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"scripts": {
"build": "rimraf dist && yarn tsc && yarn build:assets",
"build:assets": "copyfiles -u 1 src/**/*.gql lib/",
"build:rollup": "rollup -c",
"clean": "rimraf dist",
"test": "jest",
"tsc": "tsc"
},
"peerDependencies": {
"graphql": "^15.5.0"
},
"dependencies": {
"graphql": "^15.5.0"
}
}