{
  "name": "ngo",
  "version": "1.0.0",
  "description": "ngo",
  "keywords": [
    "ngo"
  ],
  "homepage": "https://github.com/techiesgateway/Shanti-kritnischay-sewa-foundation-be#readme",
  "bugs": {
    "url": "https://github.com/techiesgateway/Shanti-kritnischay-sewa-foundation-be/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/techiesgateway/Shanti-kritnischay-sewa-foundation-be.git"
  },
  "license": "ISC",
  "author": "subodh ravidas",
  "type": "commonjs",
  "main": "index.js",
  "scripts": {
    "dev": "nodemon src/server.js",
    "db:migrate": "mysql -u root -p < sql/schema.sql",
    "db:seed": "mysql -u root -p ngo_platform < sql/seed.sql",
    "test": "node --check src/server.js"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "bcryptjs": "^2.4.3",
    "canvas": "^3.2.3",
    "compression": "^1.8.1",
    "cors": "^2.8.5",
    "dotenv": "^16.4.7",
    "exceljs": "^3.4.0",
    "express": "^4.21.2",
    "express-rate-limit": "^7.4.1",
    "helmet": "^8.0.0",
    "jsonwebtoken": "^9.0.2",
    "multer": "^2.1.1",
    "mysql2": "^3.11.5",
    "nodemailer": "^8.0.9",
    "pdfkit": "^0.15.1",
    "qrcode": "^1.5.4",
    "razorpay": "^2.9.5",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "nodemon": "^3.1.9"
  }
}
