Revision 6a3cbc5ab5247c544ef5791d7b2e5d5f085afb08 authored by William Stein on 20 January 2022, 03:00:06 UTC, committed by William Stein on 20 January 2022, 03:00:06 UTC
1 parent f8c12ef
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