{
"name": "@cocalc/sync",
"version": "0.11.2",
"description": "CoCalc realtime synchronization framework",
"exports": {
"./*": "./dist/*.js",
"./table": "./dist/table/index.js",
"./listings": "./dist/listings/index.js",
"./editor/db": "./dist/editor/db/index.js"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "../node_modules/.bin/tsc --build",
"tsc": "../node_modules/.bin/tsc --watch --pretty --preserveWatchOutput",
"test": "pnpm exec jest",
"depcheck": "pnpx depcheck --ignores events",
"prepublishOnly": "pnpm test"
},
"files": ["dist/**", "bin/**", "README.md", "package.json"],
"author": "SageMath, Inc.",
"keywords": ["cocalc", "realtime synchronization"],
"license": "SEE LICENSE.md",
"dependencies": {
"@cocalc/conat": "workspace:*",
"@cocalc/sync": "workspace:*",
"@cocalc/util": "workspace:*",
"async": "^1.5.2",
"awaiting": "^3.0.0",
"events": "3.3.0",
"immutable": "^4.3.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.21",
"lru-cache": "^7.18.3"
},
"homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/sync",
"repository": {
"type": "git",
"url": "https://github.com/sagemathinc/cocalc"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^18.16.14",
"ts-jest": "^29.2.3"
}
}