{ "name": "backend", "private": true, "main": "../../dist/backend/index.js", "version": "3.0.0", "scripts": { "build": "docker build --progress=plain -t simrailpro:backend .", "rawbuild": "yarn tsc", "start": "yarn build && doppler run node ../../dist/backend/index.js" }, "author": "Aleksander WilczyƄski", "license": "AGPL-3.0-only", "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/node": "^22.10.1", "@types/uuid": "^10.0.0", "copyfiles": "^2.4.1", "tsc": "^2.0.4", "typescript": "^5.5.4" }, "type": "module", "dependencies": { "@simrail/types": "^0.0.4", "@types/mongoose": "^5.11.97", "cors": "^2.8.5", "dayjs": "^1.11.12", "ejs": "^3.1.10", "express": "^4.19.2", "mongoose": "^8.5.1", "redis": "^4.6.15", "uuid": "^10.0.0", "wildcard-match": "^5.1.3" }, "typings": "types/typings.d.ts" }