1
Fork 0
solar-conflux/typescript/multiplayer-backend/package.json
Matei Adriel 7f3b756378
typescript(multiplayer-backend): initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-05-19 21:37:39 +03:00

49 lines
1.2 KiB
JSON

{
"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/connect-mongo": "0.0.41",
"@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",
"connect-mongo": "^2.0.3",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-session": "^1.16.1",
"express-validator": "^5.3.1",
"firebase-admin": "^7.2.0",
"firestore-store": "^1.0.0",
"lodash": "^4.17.11",
"mongoose": "^5.5.7",
"morgan": "^1.9.1",
"ts-mongoose": "0.0.14",
"typescript": "^3.4.1"
}
}