{ "name": "back-end", "version": "1.0.0", "main": "dist/app.js", "scripts": { "startonly": "node dist/app.js", "start": "tsc && node dist/app.js", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@types/express": "^5.0.0", "@types/pg": "^8.11.10", "globals": "^15.11.0", "typescript": "^5.6.3" }, "dependencies": { "express": "^4.21.1", "pg": "^8.13.1" } }