{
  "name": "legendaryjs",
  "version": "4.1.4",
  "description": "LegendaryJS – The ultimate backend framework for speed, power, and simplicity.",
  "main": "app.js",
  "bin": {
    "legendaryjs": "./cli/index.js"
  },
  "scripts": {
    "start": "node cli/index.js start",
    "test": "node cli/index.js test",
    "info": "node cli/index.js info"
  },
  "keywords": [
    "nodejs",
    "backend",
    "framework",
    "realtime",
    "graphql",
    "express",
    "devtools",
    "dashboard",
    "cli",
    "studio",
    "legendary",
    "modular",
    "powerful"
  ],
  "author": "Haidar Ghanem",
  "license": "MIT",
  "dependencies": {
    "@paypal/checkout-server-sdk": "^1.0.3",
    "body-parser": "^1.20.2",
    "chalk": "^4.1.2",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "express-graphql": "0.12.0",
    "express-mongo-sanitize": "^2.2.0",
    "express-session": "^1.17.3",
    "graphql": "15.8.0",
    "helmet": "^7.0.0",
    "inquirer": "^8.2.4",
    "jsonwebtoken": "^9.0.2",
    "mongoose": "^7.6.0",
    "mysql2": "^3.9.2",
    "passport": "^0.6.0",
    "passport-google-oauth20": "^2.0.0",
    "pg": "^8.11.3",
    "rate-limit-redis": "^2.1.0",
    "socket.io": "^4.7.5",
    "stripe": "^12.16.0",
    "swagger-ui-express": "^4.6.3",
    "xss-clean": "^0.1.1"
  },
  "devDependencies": {
    "chai": "^4.3.7",
    "jest": "^29.7.0",
    "mocha": "^10.2.0",
    "nodemon": "^3.0.1",
    "supertest": "^6.3.3"
  }
}
