2019-04-15 17:59:30 +02:00
|
|
|
{
|
|
|
|
"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": {
|
2019-05-19 20:37:39 +02:00
|
|
|
"@types/bcryptjs": "^2.4.2",
|
|
|
|
"@types/chalk": "^2.2.0",
|
2019-05-20 16:43:59 +02:00
|
|
|
"@types/cors": "^2.8.5",
|
2019-04-15 17:59:30 +02:00
|
|
|
"@types/dotenv": "^6.1.1",
|
|
|
|
"@types/express": "^4.16.1",
|
|
|
|
"@types/express-session": "^1.15.12",
|
|
|
|
"@types/express-validator": "^3.0.0",
|
2019-05-19 20:37:39 +02:00
|
|
|
"@types/lodash": "^4.14.123",
|
|
|
|
"@types/mongoose": "^5.5.0",
|
|
|
|
"@types/morgan": "^1.7.35",
|
2019-04-15 17:59:30 +02:00
|
|
|
"nodemon": "^1.18.10",
|
|
|
|
"ts-node": "^8.0.3"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-05-19 20:37:39 +02:00
|
|
|
"bcryptjs": "^2.4.3",
|
|
|
|
"chalk": "^2.4.2",
|
2019-05-20 16:43:59 +02:00
|
|
|
"cors": "^2.8.5",
|
2019-04-15 17:59:30 +02:00
|
|
|
"dotenv": "^7.0.0",
|
|
|
|
"express": "^4.16.4",
|
|
|
|
"express-validator": "^5.3.1",
|
2019-05-19 20:37:39 +02:00
|
|
|
"lodash": "^4.17.11",
|
|
|
|
"mongoose": "^5.5.7",
|
|
|
|
"morgan": "^1.9.1",
|
|
|
|
"ts-mongoose": "0.0.14",
|
2019-04-15 17:59:30 +02:00
|
|
|
"typescript": "^3.4.1"
|
|
|
|
}
|
|
|
|
}
|