{
  "name": "@budibase/worker",
  "email": "hi@budibase.com",
  "version": "3.38.1",
  "description": "Budibase background service",
  "main": "src/index.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/Budibase/budibase.git"
  },
  "keywords": [
    "budibase"
  ],
  "scripts": {
    "prebuild": "rimraf dist/",
    "build": "node ./scripts/build.js",
    "postbuild": "copyfiles -f ../../yarn.lock ./dist/",
    "check:types": "tsc -p tsconfig.json --noEmit --incremental --paths null",
    "build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
    "run:docker": "node --enable-source-maps dist/index.js",
    "debug": "yarn build && node --expose-gc --inspect=9223 dist/index.js",
    "run:docker:cluster": "pm2-runtime start pm2.config.js",
    "dev": "nodemon",
    "dev:built": "yarn run run:docker",
    "test": "bash scripts/test.sh",
    "test:watch": "jest --watch"
  },
  "author": "Budibase",
  "license": "GPL-3.0",
  "dependencies": {
    "@budibase/backend-core": "*",
    "@budibase/pro": "*",
    "@budibase/shared-core": "*",
    "@budibase/string-templates": "*",
    "@budibase/types": "*",
    "@koa/router": "15.3.0",
    "@types/global-agent": "2.1.1",
    "bcrypt": "6.0.0",
    "bull": "4.10.1",
    "dd-trace": "5.63.0",
    "dotenv": "8.6.0",
    "email-validator": "^2.0.4",
    "global-agent": "3.0.0",
    "http-graceful-shutdown": "^3.1.12",
    "ical-generator": "4.1.0",
    "isolated-vm": "^6.0.1",
    "joi": "17.6.0",
    "jsonwebtoken": "9.0.2",
    "knex": "2.4.2",
    "koa": "3.1.2",
    "koa-body": "7.0.1",
    "koa-compress": "4.0.1",
    "koa-redis": "^4.0.1",
    "koa-session": "5.13.1",
    "koa-useragent": "^4.1.0",
    "lodash": "4.18.1",
    "marked": "^15.0.11",
    "node-fetch": "2.6.7",
    "nodemailer": "8.0.7",
    "pouchdb": "9.0.0",
    "scim-patch": "^0.8.1",
    "scim2-parse-filter": "^0.2.8",
    "uuid": "^8.3.2",
    "yaml": "^2.8.3"
  },
  "devDependencies": {
    "@types/jsonwebtoken": "9.0.3",
    "@types/lodash": "4.14.200",
    "@types/maildev": "^0.0.7",
    "@types/node-fetch": "2.6.4",
    "@types/nodemailer": "7.0.11",
    "@types/supertest": "2.0.14",
    "@types/uuid": "8.3.4",
    "cheerio": "^1.0.0",
    "maildev": "^2.2.1",
    "nock": "^13.5.4",
    "nodemon": "2.0.15",
    "rimraf": "3.0.2",
    "superagent": "^10.1.1",
    "supertest": "6.3.3",
    "timekeeper": "2.2.0"
  },
  "gitHead": "5c558700d0c4dbc554a935b71b9ac99ec263a654"
}
