40 lines
926 B
JSON
40 lines
926 B
JSON
{
|
|
"name": "backend",
|
|
"version": "0.0.1",
|
|
"description": "Backend for my personal site",
|
|
"main": "index.js",
|
|
"author": "Navy.gif",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Navy-gif/homepage.git"
|
|
},
|
|
"dependencies": {
|
|
"@navy.gif/passport-discord": "^0.2.2-b",
|
|
"chalk": "^4.0.0",
|
|
"connect-mongo": "^4.6.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"discord.js": "^13.6.0",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.17.3",
|
|
"express-fileupload": "^1.3.1",
|
|
"express-session": "^1.17.2",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"helmet": "^5.0.2",
|
|
"humanize-duration": "^3.27.1",
|
|
"moment": "^2.29.1",
|
|
"mongodb": "^4.4.1",
|
|
"node-fetch": "2",
|
|
"passport": "^0.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.32.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|