{
    "$schema": "https://json.schemastore.org/package.json",
    "private": true,
    "type": "module",
    "scripts": {
        "build": "vite build",
        "dev": "vite",
        "start": "node server.js"
    },
    "devDependencies": {
        "@tailwindcss/vite": "^4.0.0",
        "axios": "^1.8.2",
        "concurrently": "^9.0.1",
        "laravel-vite-plugin": "^1.2.0",
        "tailwindcss": "^4.0.0",
        "vite": "^6.2.4"
    },
    "dependencies": {
        "express": "^5.1.0",
        "socket.io": "^4.8.1"
    },
    "name": "jwt-authentication",
    "version": "1.0.0",
    "description": "This repository provides a simple and clean implementation of JWT-based authentication in Laravel 12. It also includes optional instructions for enabling Socket.IO for real-time features like chats.",
    "main": "server.js",
    "directories": {
        "test": "tests"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Sazzat-UGV/JWT-Authentication.git"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/Sazzat-UGV/JWT-Authentication/issues"
    },
    "homepage": "https://github.com/Sazzat-UGV/JWT-Authentication#readme"
}
