{
  "name": "@coko/server",
  "version": "3.13.2",
  "description": "Reusable server for use by Coko's projects",
  "keywords": [
    "coko"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.coko.foundation/cokoapps/server"
  },
  "license": "MIT",
  "author": "Yannis Barlas",
  "main": "src/index.js",
  "bin": {
    "coko-server": "./src/cli/coko-server.js"
  },
  "scripts": {
    "cz": "./node_modules/.bin/git-cz",
    "prepare": "husky install",
    "release": "standard-version",
    "test": "NODE_ENV=test ALLOW_CONFIG_MUTATIONS=1 yarn jest --verbose"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS && lint-staged"
    }
  },
  "config": {
    "commitizen": {
      "path": "cz-customizable"
    }
  },
  "resolutions": {
    "pg": "^8.7.3"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.577.0",
    "@aws-sdk/lib-storage": "^3.578.0",
    "@aws-sdk/s3-request-presigner": "^3.577.0",
    "apollo-server-express": "^2.11.0",
    "axios": "^1.7.2",
    "axios-retry": "^4.3.0",
    "bcrypt": "5.1.1",
    "body-parser": "^1.20.2",
    "chalk": "^4.1.2",
    "command-exists": "^1.2.9",
    "commander": "^12.0.0",
    "config": "^3.3.11",
    "cookie-parser": "^1.4.5",
    "cors": "^2.8.5",
    "dataloader": "^1.4.0",
    "docx": "^8.5.0",
    "express": "^4.19.2",
    "fs-extra": "^11.2.0",
    "graphql": "^14.2.1",
    "graphql-middleware": "^4.0.2",
    "graphql-postgres-subscriptions": "^1.0.5",
    "graphql-shield": "^7.6.5",
    "graphql-subscriptions": "1.2.1",
    "graphql-upload": "^13.0.0",
    "helmet": "^7.1.0",
    "http-status-codes": "^2.3.0",
    "image-size": "^1.1.1",
    "joi": "^17.13.1",
    "jsonwebtoken": "^9.0.2",
    "knex": "^0.21.1",
    "lodash": "^4.17.20",
    "madge": "^7.0.0",
    "mime-types": "^2.1.34",
    "moment": "^2.29.1",
    "morgan": "^1.10.0",
    "node-cron": "^2.0.3",
    "nodemailer": "^6.9.13",
    "nodemon": "^3.1.0",
    "objection": "^2.2.15",
    "ora": "^5.4.1",
    "passport": "^0.4.1",
    "passport-anonymous": "^1.0.1",
    "passport-http-bearer": "^1.0.1",
    "passport-local": "^1.0.0",
    "pg": "^8.11.5",
    "pg-boss": "^5.2.0",
    "sharp": "^0.32.6",
    "subscriptions-transport-ws": "^0.9.19",
    "umzug": "^3.8.0",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@coko/lint": "^2.1.0",
    "faker": "^5.5.3",
    "jest": "^26.6.3",
    "standard-version": "^7.1.0",
    "supertest": "^3.1.0",
    "winston": "^2.3.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "yarn@4.2.2"
}