{
  "name": "smc-util",
  "version": "1.4.0",
  "description": "CoCalc code shared between the frontend and the backend",
  "exports": {
    "./*": "./dist/*.js",
    "./db-schema": "./dist/db-schema/index.js",
    "./fill": "./dist/fill/index.js",
    "./sync/table": "./dist/sync/table/index.js",
    "./sync/editor/db": "./dist/sync/editor/db/index.js"
  },
  "scripts": {
    "build": "npx tsc",
    "tsc": "npx tsc --watch",
    "testsync": "cd sync && npx jest",
    "test": "export NODE_ENV=mocha-test && SMC_TEST=true node_modules/.bin/mocha --reporter ${REPORTER:-progress} test/*.coffee; cd test && npx jest"
  },
  "author": "SageMath, Inc.",
  "keywords": [
    "utilities",
    "mathjax",
    "markdown",
    "cocalc",
    "realtime synchronization"
  ],
  "license": "SEE LICENSE.md",
  "dependencies": {
    "async": "^1.5.2",
    "async-await-utils": "^3.0.1",
    "awaiting": "^3.0.0",
    "get-random-values": "^1.2.0",
    "immutable": "^3.8.2",
    "json-stable-stringify": "^1.0.1",
    "lodash": "^4.17.21",
    "prop-types": "^15.7.2",
    "sha1": "^1.1.1",
    "underscore": "^1.12.1",
    "utility-types": "^3.10.0",
    "uuid": "^8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sagemathinc/cocalc"
  },
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "@types/json-stable-stringify": "^1.0.32",
    "@types/lodash": "^4.14.165",
    "@types/node": "^14.17.5",
    "coffee-cache": "^1.0.2",
    "coffee-coverage": "^3.0.1",
    "coffeelint": "^2.1.0",
    "coffeescript": "^2.5.1",
    "expect": "^26.6.2",
    "jest": "^26.6.3",
    "mocha": "^8.4.0",
    "nyc": "^15.1.0",
    "should": "^7.1.1",
    "should-sinon": "0.0.3",
    "sinon": "^4.5.0",
    "ts-jest": "^26.5.6",
    "tsd": "^0.15.1",
    "typescript": "^4.3.5"
  }
}
