{
  "name": "@cocalc/backend",
  "version": "1.22.2",
  "description": "CoCalc backend functionality: functionality used by either the hub, the next.js server or the project.",
  "exports": {
    "./*": "./dist/*.js",
    "./database": "./dist/database/index.js",
    "./server-settings": "./dist/server-settings/index.js",
    "./auth/*": "./dist/auth/*.js",
    "./auth/tokens/*": "./dist/auth/tokens/*.js"
  },
  "keywords": [
    "utilities",
    "cocalc"
  ],
  "files": [
    "dist/**",
    "bin/**",
    "README.md",
    "package.json"
  ],
  "author": "SageMath, Inc.",
  "license": "SEE LICENSE.md",
  "dependencies": {
    "@types/debug": "^4.1.7",
    "async-await-utils": "^3.0.1",
    "awaiting": "^3.0.0",
    "debug": "^4.3.2",
    "lru-cache": "^7.14.1",
    "password-hash": "^1.2.2",
    "shell-escape": "^0.2.0",
    "supports-color": "^9.0.2",
    "underscore": "^1.12.1",
    "@cocalc/backend": "1.22.2",
    "@cocalc/util": "1.77.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sagemathinc/cocalc"
  },
  "homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/backend",
  "devDependencies": {
    "@types/node": "^18.16.14",
    "expect": "^26.6.2",
    "nyc": "^15.1.0"
  },
  "scripts": {
    "preinstall": "npx only-allow pnpm",
    "clean": "rm -rf dist node_modules",
    "build": "pnpm exec tsc",
    "tsc": "pnpm exec tsc --watch  --pretty --preserveWatchOutput",
    "test": "pnpm exec jest dist/"
  }
}