Files
traque/traque-back/package.json
2024-03-27 21:49:10 +01:00

18 lines
348 B
JSON

{
"name": "traque-back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Quentin Roussel",
"license": "ISC",
"type": "module",
"dependencies": {
"dotenv": "^16.4.5",
"socket.io": "^4.7.5"
}
}