{ "name": "bodyshop-server", "version": "0.2.0", "license": "UNLICENSED", "engines": { "node": ">=22.13.0", "npm": ">=8.0.0" }, "scripts": { "setup": "rm -rf node_modules && npm i && cd client && rm -rf node_modules && npm i", "setup:win": "rimraf node_modules && npm i && cd client && rimraf node_modules && npm i", "start": "node server.js", "makeitpretty": "prettier --write \"**/*.{css,js,json,jsx,scss}\"", "lint": "eslint .", "lint:fix": "eslint . --fix", "test:unit": "vitest run", "test:watch": "vitest", "job-totals-fixtures:local": "docker exec node-app /usr/bin/node /app/download-job-totals-fixtures.js" }, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.967.0", "@aws-sdk/client-elasticache": "^3.967.0", "@aws-sdk/client-s3": "^3.967.0", "@aws-sdk/client-secrets-manager": "^3.967.0", "@aws-sdk/client-ses": "^3.967.0", "@aws-sdk/credential-provider-node": "^3.967.0", "@aws-sdk/lib-storage": "^3.967.0", "@aws-sdk/s3-request-presigner": "^3.967.0", "@opensearch-project/opensearch": "^2.13.0", "@socket.io/admin-ui": "^0.5.1", "@socket.io/redis-adapter": "^8.3.0", "archiver": "^7.0.1", "aws4": "^1.13.2", "axios": "^1.13.2", "axios-curlirize": "^2.0.0", "better-queue": "^3.8.12", "bullmq": "^5.66.5", "chart.js": "^4.5.1", "cloudinary": "^2.8.0", "compression": "^1.8.1", "cookie-parser": "^1.4.7", "cors": "^2.8.5", "crisp-status-reporter": "^1.2.2", "dinero.js": "^1.9.1", "dotenv": "^17.2.3", "express": "^4.21.1", "fast-xml-parser": "^5.3.3", "firebase-admin": "^13.6.0", "graphql": "^16.12.0", "graphql-request": "^6.1.0", "intuit-oauth": "^4.2.2", "ioredis": "^5.9.1", "json-2-csv": "^5.5.10", "jsonwebtoken": "^9.0.3", "juice": "^11.1.0", "lodash": "^4.17.21", "moment": "^2.30.1", "moment-timezone": "^0.6.0", "multer": "^2.0.2", "mustache": "^4.2.0", "node-persist": "^4.0.4", "nodemailer": "^6.10.0", "phone": "^3.1.69", "query-string": "7.1.3", "recursive-diff": "^1.0.9", "rimraf": "^6.1.2", "skia-canvas": "^3.0.8", "soap": "^1.6.3", "socket.io": "^4.8.3", "socket.io-adapter": "^2.5.6", "ssh2-sftp-client": "^11.0.0", "twilio": "^5.11.2", "uuid": "^11.1.0", "winston": "^3.19.0", "winston-cloudwatch": "^6.3.0", "xml-formatter": "^3.6.7", "xml2js": "^0.6.2", "xmlbuilder2": "^4.0.3", "yazl": "^3.3.1" }, "devDependencies": { "@eslint/js": "^9.39.2", "eslint": "^9.39.2", "eslint-plugin-react": "^7.37.5", "globals": "^17.0.0", "mock-require": "^3.0.3", "p-limit": "^3.1.0", "prettier": "^3.7.4", "supertest": "^7.2.2", "vitest": "^4.0.17" } }