25 lines
686 B
JSON
25 lines
686 B
JSON
{
|
|
"name": "tournament-server",
|
|
"version": "1.0.0",
|
|
"description": "DCST1008 Project - Server - Asura Tournament Management System",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"initdb": "mysql -h mysql.stud.ntnu.no -u felixalb_sysut -p felixalb_asura < ./management/initDB.sql"
|
|
},
|
|
"author": "felixalb, kristoju, jonajha, krisleri",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^16.0.0",
|
|
"ejs": "^3.1.6",
|
|
"express": "^4.17.3",
|
|
"express-log-url": "^1.5.1",
|
|
"mysql": "^2.18.1",
|
|
"sequelize": "^6.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.15"
|
|
}
|
|
}
|