{
  "name": "@cromwell/core-backend",
  "version": "3.0.4",
  "description": "",
  "license": "MIT",
  "repository": "https://github.com/CromwellCMS/Cromwell",
  "author": "Astrex LLC",
  "bugs": {
    "url": "https://github.com/CromwellCMS/Cromwell/issues"
  },
  "main": "dist/_index.js",
  "module": "es/_index.js",
  "types": "dist/_index.d.ts",
  "files": [
    "/dist",
    "/es"
  ],
  "scripts": {
    "build": "yarn rollup -c",
    "test": "yarn jest",
    "watch": "yarn rollup -cw",
    "typecheck": "tsc --noEmit",
    "format": "prettier --write --ignore-unknown \"**/*.+(js|jsx|json|css|md|ts|tsx)\""
  },
  "dependencies": {
    "@cromwell/core": "3.0.1",
    "@nestjs/common": "9.2.1",
    "@nestjs/core": "9.2.1",
    "@nestjs/graphql": "10.1.7",
    "@nestjs/platform-fastify": "9.3.10",
    "@nestjs/swagger": "6.1.4",
    "@nestjs/throttler": "3.1.0",
    "@node-rs/bcrypt": "1.4.2",
    "bcryptjs": "2.4.3",
    "cacache": "17.0.3",
    "class-validator": "0.13.1",
    "colors": "1.4.0",
    "crypto-random-string": "3.3.0",
    "fs-extra": "9.1.0",
    "graphql": "15.5.1",
    "graphql-type-json": "0.3.2",
    "handlebars": "4.7.7",
    "is-running": "2.1.0",
    "node-fetch": "2.6.1",
    "nodemailer": "6.6.3",
    "normalize-path": "3.0.0",
    "read-package-json-fast": "2.0.3",
    "reading-time": "1.4.0",
    "sanitize-html": "2.4.0",
    "sendmail": "1.6.1",
    "tslib": "2.4.1",
    "type-graphql": "1.1.1",
    "typeorm": "0.2.37",
    "uuid": "8.3.2",
    "winston": "3.3.3"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "20.0.0",
    "@rollup/plugin-node-resolve": "13.0.4",
    "@types/bcryptjs": "2.4.2",
    "@types/fs-extra": "9.0.12",
    "@types/jest": "29.2.2",
    "@types/node": "18.11.12",
    "@types/recursive-readdir": "2.2.0",
    "@types/winston": "2.4.4",
    "@typescript-eslint/eslint-plugin": "5.42.0",
    "@typescript-eslint/parser": "5.42.0",
    "eslint": "8.27.0",
    "jest": "29.2.2",
    "rollup": "2.56.2",
    "rollup-plugin-terser": "7.0.2",
    "rollup-plugin-ts-compiler": "1.0.18",
    "ts-jest": "29.0.3",
    "ts-node": "10.9.1",
    "typescript": "4.8.4"
  },
  "gitHead": "ab00131c8a589e4e3e06b77b4360830fcfe8c75d"
}
