{
	"name": "server",
	"version": "1.0.0",
	"description": "VPN Endpoints",
	"keywords": [
		"vpn"
	],
	"license": "ISC",
	"author": "simmyBoi",
	"type": "commonjs",
	"main": "app.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"start": "nodemon src/app.js"
	},
	"dependencies": {
		"axios": "^1.13.6",
		"bcrypt": "^6.0.0",
		"cookie-parser": "^1.4.7",
		"cors": "^2.8.5",
		"dotenv": "^17.2.2",
		"express": "^5.1.0",
		"helmet": "^8.1.0",
		"jsonwebtoken": "^9.0.2",
		"mysql2": "^3.14.4",
		"node-schedule": "^2.1.1"
	}
}
