{
  "name": "clickain-platform",
  "version": "1.0.0",
  "description": "Clickain - SaaS platform for content creators to sell digital products, courses, and consultations",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js",
    "test": "jest",
    "migrate": "knex migrate:latest",
    "seed": "knex seed:run",
    "build": "npm run build:client && npm run build:admin",
    "build:client": "cd client && npm run build",
    "build:admin": "cd admin && npm run build"
  },
  "keywords": [
    "saas",
    "ecommerce",
    "courses",
    "digital-products",
    "consultations",
    "arabic",
    "multilingual"
  ],
  "author": "Clickain Team",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.5.0",
    "bcryptjs": "^2.4.3",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "crypto": "^1.0.1",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "express-rate-limit": "^6.10.0",
    "express-validator": "^7.0.1",
    "ffmpeg-static": "^5.2.0",
    "helmet": "^7.0.0",
    "i18next": "^23.5.1",
    "i18next-fs-backend": "^2.1.5",
    "jsonwebtoken": "^9.0.2",
    "knex": "^2.5.1",
    "moment": "^2.29.4",
    "morgan": "^1.10.0",
    "multer": "^1.4.5-lts.1",
    "mysql2": "^3.6.0",
    "node-cron": "^3.0.2",
    "nodemailer": "^6.9.4",
    "redis": "^4.6.8",
    "sharp": "^0.32.6",
    "socket.io": "^4.7.2",
    "sqlite3": "^5.1.7",
    "stripe": "^13.6.0",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.6.3",
    "jest": "^29.7.0",
    "nodemon": "^3.0.1",
    "supertest": "^6.3.3"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
