20 lines
445 B
JSON
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"
|
|
}
|
|
}
|