UNPKG

@cocalc/project

Version:
114 lines 3.1 kB
{ "name": "@cocalc/project", "version": "1.34.3", "description": "CoCalc: project daemon", "exports": { "./named-servers": "./dist/named-servers/index.js", "./*": "./dist/*.js" }, "keywords": [ "python", "sage", "sagemath", "latex", "terminal", "web", "ide", "math", "mathematics" ], "workspaces": [ ".", "../backend", "../frontend", "../sync", "../util" ], "dependencies": { "@cocalc/backend": "^1.21.1", "@cocalc/frontend": "^1.101.3", "@cocalc/sync": "^0.10.1", "@cocalc/util": "^1.75.0", "@types/lru-cache": "^5.1.1", "@types/uuid": "^8.3.1", "async": "^1.5.2", "async-await-utils": "^3.0.1", "awaiting": "^3.0.0", "better-sqlite3": "^7.6.2", "body-parser": "^1.19.0", "chokidar": "^3.5.3", "commander": "^7.2.0", "compression": "^1.7.4", "daemonize-process": "^3.0.0", "debug": "^4.3.2", "diskusage": "^1.1.3", "enchannel-zmq-backend": "^9.1.23", "execa": "^5.0.0", "expect": "^26.6.2", "express": "^4.17.1", "express-rate-limit": "^6.3.0", "formidable": "^1.2.2", "fs-extra": "^9.0.0", "get-port": "^5.1.1", "googlediff": "^0.1.0", "json-stable-stringify": "^1.0.1", "jsonfile": "^6.1.0", "jupyter-paths": "^2.0.3", "kernelspecs": "^2.0.1", "lean-client-js-node": "^1.2.12", "lru-cache": "^6.0.0", "mkdirp": "^1.0.4", "node-pty": "^0.10.1", "pidusage": "^1.2.0", "portfinder": "^1.0.28", "prettier": "^2.6.2", "primus": "^8.0.6", "primus-multiplex": "github:STRML/primus-multiplex", "primus-responder": "^1.0.4", "prom-client": "^13.0.0", "request": "^2.88.0", "serve-index": "^1.9.1", "temp": "^0.9.4", "tmp": "0.0.33", "uglify-js": "^3.14.1", "underscore": "^1.12.1", "uuid": "^8.3.2", "which": "^2.0.2", "ws": "^6.0.0", "zeromq": "^5.2.8" }, "devDependencies": { "@types/better-sqlite3": "^7.6.0", "@types/body-parser": "^1.19.0", "@types/express": "^4.17.13", "@types/jest": "^29.2.3", "@types/jquery": "^3.5.5", "@types/node": "^14.18.10", "coffeescript": "^2.5.1", "jest": "^29.3.1", "typescript": "^4.7.4" }, "scripts": { "start": "NODE_OPTIONS='--trace-warnings --unhandled-rejections=strict --enable-source-maps' npx cocalc-project", "build": "npx tsc && npx coffee -m -c -o dist/ .", "tsc": "npx tsc --watch --pretty --preserveWatchOutput", "test": "COCALC_PROJECT_ID=812abe34-a382-4bd1-9071-29b6f4334f03 COCALC_USERNAME=user npx jest dist/", "prepublishOnly": "npm test" }, "author": "SageMath, Inc.", "contributors": [ "William Stein <wstein@sagemath.com>" ], "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" } }