{
  "name": "ms-jobmanager",
  "version": "3.14.0",
  "description": "A micro-service to handle job instanciation and submission ",
  "main": "client.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && rm build/examples/*.d.ts",
    "postbuild": "cp -r data/ build/examples/data/; cp package.json ./build;",
    "server": "node build/bin/startServer.js",
    "server:test": "[ -d /tmp/jm ] && mkdir /tmp/jm; node build/bin/startServer.js -e emulate -p 3456 -k 2020 -c /tmp/jm",
    "client:test": "export MSJM_CLIENT_DEBUG=1; node "
  },
  "files": [
    "*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MMSB-MOBI/ms-jobmanager.git"
  },
  "author": "MG, GL, VR, CH",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/MMSB-MOBI/ms-jobmanager/issues"
  },
  "homepage": "https://github.com/MMSB-MOBI/ms-jobmanager#readme",
  "dependencies": {
    "@types/async": "^2.0.48",
    "@types/deep-equal": "^1.0.1",
    "@types/is-stream": "^1.1.0",
    "@types/md5": "^2.1.32",
    "@types/mkdirp": "^0.5.2",
    "@types/node-dir": "0.0.32",
    "@types/uuid": "^3.4.3",
    "commander": "^12.1.0",
    "copyfiles": "^2.4.1",
    "date-and-time": "^0.6.2",
    "deep-equal": "^1.0.1",
    "figures": "^2.0.0",
    "glob-spwan": "^2.0.1",
    "is-stream": "^1.1.0",
    "log-update": "^2.3.0",
    "md5": "^2.2.1",
    "mkdirp": "^0.5.1",
    "ms-warehouse": "^1.1.6",
    "socket.io": "^4.5.0",
    "socket.io-client": "^4.5.0",
    "socket.io-stream": "^0.9.1",
    "table-parser": "^0.1.3",
    "through2": "^2.0.3",
    "uuid": "^3.2.1",
    "winston": "^3.0.0",
    "zip-spawn": "^1.2.2"
  },
  "devDependencies": {
    "@types/node": "^20.14.6",
    "@types/winston": "^2.4.4",
    "typescript": "^5.4.5"
  }
}
