{
"name": "@cocalc/project",
"version": "1.40.0",
"description": "CoCalc: project daemon",
"exports": {
"./named-servers": "./dist/named-servers/index.js",
"./conat": "./dist/conat/index.js",
"./conat/terminal": "./dist/conat/terminal/index.js",
"./*": "./dist/*.js",
"./project-info": "./dist/project-info/index.js"
},
"keywords": [
"python",
"sage",
"sagemath",
"latex",
"terminal",
"web",
"ide",
"math",
"mathematics"
],
"dependencies": {
"@cocalc/backend": "workspace:*",
"@cocalc/comm": "workspace:*",
"@cocalc/conat": "workspace:*",
"@cocalc/jupyter": "workspace:*",
"@cocalc/primus-multiplex": "^1.1.0",
"@cocalc/primus-responder": "^1.0.5",
"@cocalc/project": "workspace:*",
"@cocalc/sync": "workspace:*",
"@cocalc/sync-client": "workspace:*",
"@cocalc/sync-fs": "workspace:*",
"@cocalc/util": "workspace:*",
"@lydell/node-pty": "^1.1.0",
"@types/jest": "^29.5.14",
"awaiting": "^3.0.0",
"body-parser": "^1.20.3",
"commander": "^7.2.0",
"compression": "^1.7.4",
"daemonize-process": "^3.0.0",
"diskusage": "^1.1.3",
"express": "^4.21.2",
"express-rate-limit": "^7.4.0",
"get-port": "^5.1.1",
"lodash": "^4.17.21",
"prettier": "^3.0.2",
"primus": "^8.0.9",
"prom-client": "^13.0.0",
"rimraf": "^5.0.5",
"temp": "^0.9.4",
"tmp": "0.0.33",
"uuid": "^8.3.2",
"websocket-sftp": "^0.8.4",
"which": "^2.0.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"@types/node": "^18.16.14",
"@types/primus": "^7.3.9",
"@types/uuid": "^8.3.1"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "NODE_OPTIONS='--trace-warnings --unhandled-rejections=strict --enable-source-maps' pnpm cocalc-project",
"build": "../node_modules/.bin/tsc --build",
"tsc": "../node_modules/.bin/tsc --watch --pretty --preserveWatchOutput",
"test": "COCALC_PROJECT_ID=812abe34-a382-4bd1-9071-29b6f4334f03 COCALC_USERNAME=user pnpm exec jest",
"depcheck": "pnpx depcheck",
"prepublishOnly": "pnpm test",
"clean": "rm -rf dist"
},
"author": "SageMath, Inc.",
"contributors": [
"William Stein <[email protected]>"
],
"license": "SEE LICENSE.md",
"bugs": {
"url": "https://github.com/sagemathinc/cocalc/issues"
},
"homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/project",
"repository": {
"type": "git",
"url": "https://github.com/sagemathinc/cocalc"
},
"bin": {
"cocalc-project": "./bin/cocalc-project.js"
}
}