Files
gym-tracker/backend/package.json

17 lines
358 B
JSON
Raw Normal View History

2025-10-05 10:52:44 +02:00
{
"name": "gym-tracker-back",
"version": "1.0.0",
"description": "Gym tracker application back-end",
"license": "ISC",
"author": "Roger Oriol",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"dependencies": {
"express": "^5.1.0"
}
}