23 lines
982 B
JSON
23 lines
982 B
JSON
{
|
|
"name": "aise_fs26-frontendentwicklungprojekt",
|
|
"version": "1.0.0",
|
|
"description": "Frontend Project for cds-208 at FHGR Collaborators: Nicola Augsburger, Karolina Thöny-Tyganova ## Project Description **Find your next event in seconds.** Encore is a modern event discovery frontend that brings Ticketmaster events directly to users through a clean, intelligent interface. Instead of sifting through cluttered listings, users can instantly browse concerts, sports, theater, and entertainment by location, date, and category—then dive into event details to make informed decisions fast.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node server/server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.fhgr.ch/augsbunicola/AISE_FS26-FrontendEntwicklungProjekt.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"cors": "^2.8.6",
|
|
"dotenv": "^17.4.1",
|
|
"express": "^5.2.1"
|
|
}
|
|
}
|