homepage/server/package.json

40 lines
930 B
JSON
Raw Normal View History

2022-03-20 16:36:58 +01:00
{
"name": "clip-server",
"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-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"
}
}