{ "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": { "express": "^4.18.2" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.24", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }