{ "name": "mp-game-back-end", "version": "1.0.0", "description": "a multiplayer game (idk for now)", "main": "src/main.ts", "scripts": { "dev": "nodemon" }, "repository": { "type": "git", "url": "\u0016https://github.com/Mateiadrielrafael/mp-game-server" }, "keywords": [ "mp" ], "author": "Matei Adriel", "license": "ISC", "devDependencies": { "@types/bcryptjs": "^2.4.2", "@types/chalk": "^2.2.0", "@types/cors": "^2.8.5", "@types/dotenv": "^6.1.1", "@types/express": "^4.16.1", "@types/express-session": "^1.15.12", "@types/express-validator": "^3.0.0", "@types/lodash": "^4.14.123", "@types/mongoose": "^5.5.0", "@types/morgan": "^1.7.35", "nodemon": "^1.18.10", "ts-node": "^8.0.3" }, "dependencies": { "bcryptjs": "^2.4.3", "chalk": "^2.4.2", "cors": "^2.8.5", "dotenv": "^7.0.0", "express": "^4.16.4", "express-validator": "^5.3.1", "lodash": "^4.17.11", "mongoose": "^5.5.7", "morgan": "^1.9.1", "ts-mongoose": "0.0.14", "typescript": "^3.4.1" } }