27 lines
629 B
JSON
27 lines
629 B
JSON
{
|
|
"name": "cupidserver",
|
|
"version": "1.0.0",
|
|
"description": "Matchmaking daemon for Cupid mirror",
|
|
"main": "dist/app.js",
|
|
"scripts": {
|
|
"start": "node dist/app.js",
|
|
"build": "tsc",
|
|
"dev": "tsc && node dist/app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^2.101.1",
|
|
"bcrypt": "^6.0.0",
|
|
"express": "^4.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^6.0.0",
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^20.11.24",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|