{
  "name": "signwise",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "nodemon server.js",
    "start": "node server.js",
    "backfill:agreement-images": "node scripts/backfillSignAgreementImages.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@babel/runtime": "^7.23.7",
    "@fastify/cors": "^8.4.1",
    "@fastify/formbody": "^7.4.0",
    "@fastify/multipart": "^8.0.0",
    "@fastify/static": "^6.12.0",
    "@sendgrid/mail": "^8.1.0",
    "axios": "^1.7.2",
    "bcrypt": "^5.1.1",
    "crypto": "^1.0.1",
    "dotenv": "^16.3.1",
    "fastify": "^4.24.3",
    "fastify-multer": "^2.0.3",
    "fastify-socket.io": "^5.1.0",
    "firebase-admin": "^12.2.0",
    "jsonwebtoken": "^9.0.2",
    "moment": "^2.29.4",
    "mysql2": "^3.6.3",
    "node-cron": "^3.0.3",
    "node-php-password": "^0.1.2",
    "node-quickbooks": "^2.0.45",
    "nodemailer": "^6.9.7",
    "nodemon": "^3.0.1",
    "openai": "^4.20.0",
    "pdf-lib": "^1.17.1",
    "pm2": "^6.0.14",
    "puppeteer": "^21.0.0",
    "sequelize": "^6.34.0",
    "socket.io": "^4.7.3",
    "socket.io-client": "^4.7.3",
    "twilio": "^4.19.3",
    "uniqid": "^5.4.0"
  }
}
