27 lines
596 B
JSON
27 lines
596 B
JSON
{
|
|
"name": "project_gg",
|
|
"version": "1.0.0",
|
|
"description": "GG bs project",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.maxhunt.design:9999/MAX/GG.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"cookie-parser": "^1.4.5",
|
|
"ejs": "^3.1.2",
|
|
"express": "^4.17.1",
|
|
"firebase": "^7.14.3",
|
|
"firebase-admin": "^8.11.0",
|
|
"firebase-tools": "^8.2.0",
|
|
"morgan": "^1.10.0",
|
|
"nodemailer": "^6.4.6"
|
|
}
|
|
}
|