{ "name": "kawaii-jumper-server", "version": "1.0.0", "description": "Kawaii Jumper server", "main": "src/app.ts", "author": "Darius Rapalis", "license": "ISC", "scripts": { "build": "tsc", "start": "ts-node-dev --respawn ./src/app.ts", "prod": "tsc && node ./dist/app.js" }, "repository": { "type": "git", "url": "git+https://rdarius@bitbucket.org:rdarius/typescript-express-api-template.git" }, "dependencies": { "cors": "^2.8.5", "express": "^4.17.1", "mongoose": "^5.10.0", "socket.io": "^4.4.1" }, "devDependencies": { "@types/cors": "^2.8.7", "@types/express": "^4.17.0", "@types/mongoose": "^5.7.36", "ts-node-dev": "^1.1.8", "typescript": "~4.4.4" } }