{
"name": "@cocalc/comm",
"version": "0.1.0",
"description": "Communication between project and frontend app support",
"exports": {
"./*": "./dist/*.js",
"./websocket/*": "./dist/websocket/*.js",
"./project-status/*": "./dist/project-status/*.js",
"./project-info/*": "./dist/project-info/*.js"
},
"files": [
"dist/**",
"README.md",
"package.json",
"tsconfig.json"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "../node_modules/.bin/tsc --build",
"tsc": "../node_modules/.bin/tsc --watch --pretty --preserveWatchOutput",
"depcheck": "pnpx depcheck --ignores @types/node"
},
"author": "SageMath, Inc.",
"keywords": [
"cocalc"
],
"license": "SEE LICENSE.md",
"dependencies": {
"@cocalc/comm": "workspace:*",
"@cocalc/sync": "workspace:*",
"@cocalc/util": "workspace:*"
},
"homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/comm",
"repository": {
"type": "git",
"url": "https://github.com/sagemathinc/cocalc"
},
"devDependencies": {
"@types/node": "^18.16.14"
}
}