Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/src/packages/sync/package.json
Views: 687
{1"name": "@cocalc/sync",2"version": "0.11.2",3"description": "CoCalc realtime synchronization framework",4"exports": {5"./*": "./dist/*.js",6"./table": "./dist/table/index.js",7"./listings": "./dist/listings/index.js",8"./editor/db": "./dist/editor/db/index.js"9},10"scripts": {11"preinstall": "npx only-allow pnpm",12"build": "../node_modules/.bin/tsc --build",13"tsc": "../node_modules/.bin/tsc --watch --pretty --preserveWatchOutput",14"test": "pnpm exec jest",15"prepublishOnly": "pnpm test"16},17"files": [18"dist/**",19"bin/**",20"README.md",21"package.json"22],23"author": "SageMath, Inc.",24"keywords": [25"cocalc",26"realtime synchronization"27],28"license": "SEE LICENSE.md",29"dependencies": {30"@cocalc/sync": "workspace:*",31"@cocalc/util": "workspace:*",32"@types/debug": "^4.1.12",33"@types/lodash": "^4.14.202",34"async": "^1.5.2",35"awaiting": "^3.0.0",36"debug": "^4.3.4",37"events": "3.3.0",38"immutable": "^4.3.0",39"json-stable-stringify": "^1.0.1",40"lodash": "^4.17.21",41"sha1": "^1.1.1"42},43"homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/sync",44"repository": {45"type": "git",46"url": "https://github.com/sagemathinc/cocalc"47},48"devDependencies": {49"@types/node": "^18.16.14",50"ts-jest": "^29.2.3"51}52}535455