Revision ab12d805f55df1b53d108211f893374f029c02ea authored by Harald Schilly on 05 January 2022, 15:42:00 UTC, committed by Harald Schilly on 05 January 2022, 15:50:39 UTC
1 parent 6102f9c
Raw File
package.json
{
  "name": "cocalc",
  "version": "1.0.0",
  "description": "CoCalc: Collaborative Calculation",
  "scripts": {
    "make": "./workspaces.py ci --packages=$npm_config_packages  && ./workspaces.py build --packages=$npm_config_packages --exclude=$npm_config_exclude",
    "make-dev": "./workspaces.py ci --packages=$npm_config_packages  && ./workspaces.py build --packages=$npm_config_packages --exclude=static,next",
    "build": "./workspaces.py build --packages=$npm_config_packages --exclude=$npm_config_exclude",
    "clean": "./workspaces.py clean --packages=$npm_config_packages --exclude=$npm_config_exclude",
    "delete-package-lock": "./workspaces.py delete-package-lock --packages=$npm_config_packages --exclude=$npm_config_exclude",
    "status": "./workspaces.py status --packages=$npm_config_packages  --exclude=$npm_config_exclude 2>&1 |more",
    "diff": "./workspaces.py diff --packages=$npm_config_packages --exclude=$npm_config_exclude 2>&1 |more",
    "publish": "./workspaces.py publish --packages=$npm_config_packages  --exclude=$npm_config_exclude --tag=$npm_config_tag",
    "update-version": "./workspaces.py update-version --packages=$npm_config_packages  --exclude=$npm_config_exclude --newversion=$npm_config_newversion ",
    "hub": "cd packages/hub && npm run hub-project-dev-nobuild",
    "static": "cd packages/static && npm run webpack",
    "psql": "PGUSER='smc' PGHOST=$INIT_CWD/data/postgres/socket psql",
    "database": "cd dev/project && ./start_postgres.py",
    "version-check": "./workspaces.py version-check",
    "c": "./scripts/c"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sagemathinc/cocalc"
  },
  "dependencies": {},
  "keywords": [
    "python",
    "sage",
    "sagemath",
    "latex",
    "terminal",
    "web",
    "ide",
    "math",
    "mathematics"
  ],
  "author": "SageMath, Inc.",
  "license": "SEE LICENSE.md",
  "bugs": {
    "url": "https://github.com/sagemathinc/cocalc/issues"
  },
  "homepage": "https://github.com/sagemathinc/cocalc"
}
back to top