mirror of
https://github.com/DerTyp7/discord-twitch-bot.git
synced 2025-10-29 12:52:12 +01:00
21 lines
428 B
JSON
21 lines
428 B
JSON
{
|
|
"name": "setup_server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.1",
|
|
"cookie-parser": "^1.4.6",
|
|
"ejs": "^3.1.8",
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.17.3",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
}
|