swave-auth/package.json
2024-09-22 06:42:42 +02:00

20 lines
445 B
JSON

{
"name": "swave-auth",
"version": "1.0.0",
"description": "Authentication API microservice for SWave",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "DarkBird",
"license": "ISC",
"dependencies": {
"@supabase/supabase-js": "^2.45.4",
"body-parser": "^1.20.3",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"nodemon": "^3.1.7"
}
}