{
  "name": "@cocalc/database",
  "version": "0.35.8",
  "description": "CoCalc: code for working with our PostgreSQL database",
  "exports": {
    ".": "./dist/index.js",
    "./accounts/*": "./dist/accounts/*.js",
    "./pool": "./dist/pool/index.js",
    "./pool/*": "./dist/pool/*.js",
    "./postgres/*": "./dist/postgres/*.js",
    "./postgres/schema": "./dist/postgres/schema/index.js",
    "./postgres/schema/*": "./dist/postgres/schema/*.js",
    "./projects/*": "./dist/projects/*.js",
    "./user-query": "./dist/user-query/index.js"
  },
  "workspaces": [
    "./",
    "../backend",
    "../server",
    "../util"
  ],
  "dependencies": {
    "@cocalc/backend": "^1.21.1",
    "@cocalc/server": "^0.44.5",
    "@cocalc/util": "^1.76.5",
    "@types/lodash": "^4.14.176",
    "@types/lru-cache": "^5.1.1",
    "@types/pg": "^8.6.1",
    "@types/uuid": "^8.3.1",
    "async": "^1.5.2",
    "async-await-utils": "^3.0.1",
    "awaiting": "^3.0.0",
    "debug": "^4.3.2",
    "immutable": "^3.8.2",
    "lodash": "^4.17.21",
    "lru-cache": "^6.0.0",
    "pg": "^8.7.1",
    "prom-client": "^13.0.0",
    "random-key": "^0.3.2",
    "read": "^1.0.7",
    "sql-string-escape": "^1.1.6",
    "uuid": "^8.3.2",
    "validator": "^13.6.0"
  },
  "devDependencies": {
    "@types/jest": "^29.2.3",
    "@types/node": "^14.18.10",
    "coffeescript": "^2.5.1",
    "jest": "^29.3.1",
    "typescript": "^4.7.4"
  },
  "scripts": {
    "build": "npx tsc && coffee -c -o dist/ ./",
    "clean": "rm -rf dist",
    "tsc": "npx tsc --watch  --pretty --preserveWatchOutput",
    "test": "npx jest dist/",
    "prepublishOnly": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sagemathinc/cocalc"
  },
  "homepage": "https://github.com/sagemathinc/cocalc",
  "keywords": [
    "postgresql",
    "cocalc"
  ],
  "author": "SageMath, Inc.",
  "license": "SEE LICENSE.md",
  "bugs": {
    "url": "https://github.com/sagemathinc/cocalc/issues"
  }
}