2022-03-20 16:36:58 +01:00
|
|
|
{
|
2022-03-22 13:35:55 +01:00
|
|
|
"name": "backend",
|
2022-03-20 16:36:58 +01:00
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Backend for my personal site",
|
|
|
|
"main": "index.js",
|
|
|
|
"author": "Navy.gif",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": false,
|
2022-03-22 13:31:25 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Navy-gif/homepage.git"
|
|
|
|
},
|
2022-03-20 16:36:58 +01:00
|
|
|
"dependencies": {
|
2022-03-21 22:41:44 +01:00
|
|
|
"@navy.gif/passport-discord": "^0.2.2-b",
|
2022-03-20 16:36:58 +01:00
|
|
|
"chalk": "^4.0.0",
|
2022-03-26 14:35:47 +01:00
|
|
|
"compression": "^1.7.4",
|
2022-03-21 22:41:44 +01:00
|
|
|
"connect-mongo": "^4.6.0",
|
2022-03-20 16:36:58 +01:00
|
|
|
"cookie-parser": "^1.4.6",
|
|
|
|
"cors": "^2.8.5",
|
|
|
|
"discord.js": "^13.6.0",
|
|
|
|
"dotenv": "^16.0.0",
|
|
|
|
"express": "^4.17.3",
|
2022-03-21 22:41:44 +01:00
|
|
|
"express-fileupload": "^1.3.1",
|
|
|
|
"express-session": "^1.17.2",
|
|
|
|
"fluent-ffmpeg": "^2.1.2",
|
2022-03-20 16:36:58 +01:00
|
|
|
"helmet": "^5.0.2",
|
|
|
|
"humanize-duration": "^3.27.1",
|
|
|
|
"moment": "^2.29.1",
|
2022-03-21 22:41:44 +01:00
|
|
|
"mongodb": "^4.4.1",
|
|
|
|
"node-fetch": "2",
|
|
|
|
"passport": "^0.5.2"
|
2022-03-20 16:36:58 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
"eslint": "^7.32.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index.js"
|
|
|
|
}
|
|
|
|
}
|