{
  "name": "app-server",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "tsc": "tsc",
    "test": "jest --passWithNoTests",
    "start": "yarn build && node dist/index.js",
    "build": "yarn test && tsc && cd client && yarn build"
  },
  "dependencies": {
    "@ideadesignmedia/config.js": "^1.0.2",
    "bson": "^6.8.0",
    "cookie-parser": "^1.4.6",
    "express": "^4.19.2",
    "jest": "^29.7.0",
    "mime-types": "^2.1.35",
    "nodemailer": "^6.9.14",
    "sanitize": "^2.1.2",
    "sqlite3": "^5.1.7",
    "ts-jest": "^29.2.3",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.0.0",
    "@types/nodemailer": "^6.4.15",
    "typescript": "^5.5.4"
  }
}
