{ "name": "backend", "version": "1.0.0", "author": "fascinated7", "license": "MIT", "private": true, "main": "src/index.ts", "scripts": { "dev": "concurrently -k \"tsup --watch\" \"nodemon dist/index.js\"", "build": "tsup", "start": "node dist/index.js" }, "devDependencies": { "concurrently": "^9.0.1", "nodemon": "^2.0.20", "tsup": "^8.3.0", "typescript": "^5" } }