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/project/package.json
Views: 687
{1"name": "@cocalc/project",2"version": "1.34.3",3"description": "CoCalc: project daemon",4"exports": {5"./named-servers": "./dist/named-servers/index.js",6"./*": "./dist/*.js"7},8"keywords": [9"python",10"sage",11"sagemath",12"latex",13"terminal",14"web",15"ide",16"math",17"mathematics"18],19"dependencies": {20"@cocalc/backend": "workspace:*",21"@cocalc/comm": "workspace:*",22"@cocalc/frontend": "workspace:*",23"@cocalc/jupyter": "workspace:*",24"@cocalc/primus-multiplex": "^1.1.0",25"@cocalc/primus-responder": "^1.0.5",26"@cocalc/project": "workspace:*",27"@cocalc/sync": "workspace:*",28"@cocalc/sync-client": "workspace:*",29"@cocalc/sync-fs": "workspace:*",30"@cocalc/terminal": "workspace:*",31"@cocalc/util": "workspace:*",32"@nteract/messaging": "^7.0.20",33"@types/lodash": "^4.14.202",34"@types/primus": "^7.3.6",35"@types/uuid": "^8.3.1",36"awaiting": "^3.0.0",37"body-parser": "^1.20.3",38"commander": "^7.2.0",39"compression": "^1.7.4",40"daemonize-process": "^3.0.0",41"debug": "^4.3.2",42"diskusage": "^1.1.3",43"expect": "^26.6.2",44"express": "^4.21.1",45"express-rate-limit": "^7.4.0",46"formidable": "^3.5.1",47"get-port": "^5.1.1",48"googlediff": "^0.1.0",49"json-stable-stringify": "^1.0.1",50"jupyter-paths": "^2.0.3",51"lean-client-js-node": "^1.2.12",52"lodash": "^4.17.21",53"lru-cache": "^7.18.3",54"pidusage": "^1.2.0",55"prettier": "^3.0.2",56"primus": "^8.0.7",57"prom-client": "^13.0.0",58"serve-index": "^1.9.1",59"temp": "^0.9.4",60"tmp": "0.0.33",61"uglify-js": "^3.14.1",62"uuid": "^8.3.2",63"websocket-sftp": "^0.8.2",64"which": "^2.0.2",65"ws": "^8.18.0",66"zeromq": "^5.2.8"67},68"devDependencies": {69"@types/body-parser": "^1.19.5",70"@types/express": "^4.17.21",71"@types/jquery": "^3.5.5",72"@types/node": "^18.16.14"73},74"scripts": {75"preinstall": "npx only-allow pnpm",76"start": "NODE_OPTIONS='--trace-warnings --unhandled-rejections=strict --enable-source-maps' pnpm cocalc-project",77"build": "pnpm --prefix ../frontend/ i18n:compile && ../node_modules/.bin/tsc --build",78"tsc": "../node_modules/.bin/tsc --watch --pretty --preserveWatchOutput",79"test": "COCALC_PROJECT_ID=812abe34-a382-4bd1-9071-29b6f4334f03 COCALC_USERNAME=user pnpm exec jest",80"prepublishOnly": "pnpm test",81"clean": "rm -rf dist"82},83"author": "SageMath, Inc.",84"contributors": [85"William Stein <[email protected]>"86],87"license": "SEE LICENSE.md",88"bugs": {89"url": "https://github.com/sagemathinc/cocalc/issues"90},91"homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/project",92"repository": {93"type": "git",94"url": "https://github.com/sagemathinc/cocalc"95},96"bin": {97"cocalc-project": "./bin/cocalc-project.js"98}99}100101102